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