Beispiel #1
0
	[Test] public void Main()
	{
		DataRelation_DataSet tc = new DataRelation_DataSet();
		Exception exp = null;
		try
		{
			tc.BeginTest("DataRelation_DataSet");
			tc.run();
		}
		catch(Exception ex)
		{
			exp = ex;
		}
		finally
		{
			tc.EndTest(exp);
		}
	}
        [Test] public void Main()
        {
            DataRelation_DataSet tc  = new DataRelation_DataSet();
            Exception            exp = null;

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