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