コード例 #1
0
ファイル: FixtureRunnerBase.cs プロジェクト: tmauldin/mb-unit
 public FixtureRunnerStarter(
     FixtureRunnerBase runner,
     Fixture fixture)
 {
     this.runner  = runner;
     this.fixture = fixture;
 }
コード例 #2
0
ファイル: FixtureRunnerBase.cs プロジェクト: timonela/mb-unit
 public FixtureRunnerStarter(
     FixtureRunnerBase runner,
     Fixture fixture)
 {
     this.runner = runner;
     this.fixture = fixture;
 }