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

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