Esempio n. 1
0
		public static void Main()
		{
			TestId13296 tc = new TestId13296();
			Exception exp = null;
			try
			{
				tc.BeginTest("OracleDataReader_IsDBNull");
				tc.run();
			}
			catch(Exception ex){exp = ex;}
			finally	{tc.EndTest(exp);}
		}
        public static void Main()
        {
            TestId13296 tc  = new TestId13296();
            Exception   exp = null;

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