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