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