Beispiel #1
0
 public SharedProjectSpec(OpenSolutionFixture fixture, ITestOutputHelper output)
 {
     this.fixture = fixture;
     this.output  = output;
 }
Beispiel #2
0
		public SharedProjectSpec (OpenSolutionFixture fixture, ITestOutputHelper output)
		{
			this.fixture = fixture;
			this.output = output;
		}