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