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