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