Ejemplo n.º 1
0
 public FixtureRunnerStarter(
     FixtureRunnerBase runner,
     Fixture fixture)
 {
     this.runner  = runner;
     this.fixture = fixture;
 }
Ejemplo n.º 2
0
 public FixtureRunnerStarter(
     FixtureRunnerBase runner,
     Fixture fixture)
 {
     this.runner = runner;
     this.fixture = fixture;
 }