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