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