[Test] public void Main() { DataTable_NewRow tc = new DataTable_NewRow(); Exception exp = null; try { tc.BeginTest("DataTable_NewRow"); tc.run(); } catch(Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }
[Test] public void Main() { DataTable_NewRow tc = new DataTable_NewRow(); Exception exp = null; try { tc.BeginTest("DataTable_NewRow"); tc.run(); } catch (Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }