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