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