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