Esempio n. 1
0
 private void CallTestFixtureContext(TestFixture testFixture)
 {
     try
     {
         testFixture.Context();
     }
     catch (Exception exception)
     {
         SetFixtureToFailed("Context", testFixture, exception);
     }
 }