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