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