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