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

            tc.SetUp();
            Exception exp = null;

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