Пример #1
0
	public static void Main()
	{
		OleDbDataReader_HasRows tc = new OleDbDataReader_HasRows();
		tc.exp = null;
		try
		{
			tc.BeginTest("OleDbDataReader_HasRows");
			tc.run();
		}
		catch(Exception ex)
		{
			tc.exp = ex;
		}
		finally	
		{
			tc.EndTest(tc.exp);
		}
	}
Пример #2
0
        public static void Main()
        {
            OleDbDataReader_HasRows tc = new OleDbDataReader_HasRows();

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