Ejemplo n.º 1
0
        public static void Main()
        {
            OleDbType_Date tc  = new OleDbType_Date();
            Exception      exp = null;

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