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