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