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