Exemple #1
0
        [Test] public void Main()
        {
            DataRelationCollection_Add_SDDB tc = new DataRelationCollection_Add_SDDB();
            Exception exp = null;

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