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