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