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