示例#1
0
		public static void Main()
		{
			OracleConnection_Close tc = new OracleConnection_Close();
			Exception exp = null;
			try
			{
				tc.BeginTest("OracleConnection_Close");
				tc.SetUp();
				tc.run();
				tc.TearDown();
			}
			catch(Exception ex){exp = ex;}
			finally	{tc.EndTest(exp);}
		}
示例#2
0
        public static void Main()
        {
            OracleConnection_Close tc = new OracleConnection_Close();
            Exception exp             = null;

            try
            {
                tc.BeginTest("OracleConnection_Close");
                tc.SetUp();
                tc.run();
                tc.TearDown();
            }
            catch (Exception ex) { exp = ex; }
            finally { tc.EndTest(exp); }
        }