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