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