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