Exemplo n.º 1
0
		public static void Main()
		{
			OracleTransaction_Begin tc = new OracleTransaction_Begin();
			Exception exp = null;
			try
			{
				tc.BeginTest("OracleTransaction_Begin");
				tc.run();
			}
			catch(Exception ex){exp = ex;}
			finally	{tc.EndTest(exp);}
		}
Exemplo n.º 2
0
        public static void Main()
        {
            OracleTransaction_Begin tc = new OracleTransaction_Begin();
            Exception exp = null;

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