예제 #1
0
	[Test] public void Main()
	{
		DataView_Equals_O tc = new DataView_Equals_O();
		Exception exp = null;
		try
		{
			tc.BeginTest("DataView_Equals_O");
			tc.run();
		}
		catch(Exception ex)
		{
			exp = ex;
		}
		finally
		{
			tc.EndTest(exp);
		}
		Environment.ExitCode = -99;
	}
예제 #2
0
        [Test] public void Main()
        {
            DataView_Equals_O tc  = new DataView_Equals_O();
            Exception         exp = null;

            try
            {
                tc.BeginTest("DataView_Equals_O");
                tc.run();
            }
            catch (Exception ex)
            {
                exp = ex;
            }
            finally
            {
                tc.EndTest(exp);
            }
            Environment.ExitCode = -99;
        }