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