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