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