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