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