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