Example #1
0
 public static void AfterTestRun()
 {
     TestRunFixtureBase.AfterTestRun();
 }
Example #2
0
 public static void BeforeTestRun()
 {
     TestRunFixtureBase.OneTimeFixtureCreator = CreateOneTimeTestFixture;
     TestRunFixtureBase.BeforeTestRun();
 }
Example #3
0
 public static void OneTimeTearDown()
 {
     TestRunFixtureBase.AfterTestRun();
 }
Example #4
0
 public static void BeforeTestRun()
 {
     TestRunFixtureBase.BeforeTestRun();
 }
Example #5
0
 public static void OneTimeSetup()
 {
     TestRunFixtureBase.BeforeTestRun();
 }