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

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