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

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