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

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