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