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