예제 #1
0
 public FixtureRunnerStarter(
     FixtureRunnerBase runner,
     Fixture fixture)
 {
     this.runner  = runner;
     this.fixture = fixture;
 }
예제 #2
0
 public FixtureRunnerStarter(
     FixtureRunnerBase runner,
     Fixture fixture)
 {
     this.runner = runner;
     this.fixture = fixture;
 }