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