예제 #1
0
 public PerformanceTestsProjectDefaultsTests(ITestOutputHelper output, TestProjectFixture fixture)
     : base(output, fixture)
 {
 }
예제 #2
0
 protected TestsProjectDefaultTests(ITestOutputHelper output, TestProjectFixture fixture)
     : base(output, fixture)
 {
     this.Output  = output;
     this.Fixture = fixture;
 }
예제 #3
0
 public PackagingToolsTests(ITestOutputHelper output, TestProjectFixture fixture)
 {
     this.output  = output;
     this.fixture = fixture;
 }
 public IntegrationTestsProjectDefaultTests(ITestOutputHelper output, TestProjectFixture fixture)
     : base(output, fixture)
 {
 }
예제 #5
0
 public SingleBuildOutputTests(ITestOutputHelper output, TestProjectFixture fixture)
 {
     this.output  = output;
     this.fixture = fixture;
 }
 public UnitTestsProjectDefaultTests(ITestOutputHelper output, TestProjectFixture fixture)
     : base(output, fixture)
 {
 }
예제 #7
0
 public OutputPathTests(ITestOutputHelper output, TestProjectFixture fixture)
 {
     this.output  = output;
     this.fixture = fixture;
 }
예제 #8
0
 public CodeQualityToolsTests(ITestOutputHelper output, TestProjectFixture fixture)
 {
     this.output  = output;
     this.fixture = fixture;
 }
예제 #9
0
 public ProjectDefaultsTests(ITestOutputHelper output, TestProjectFixture fixture)
 {
     this.output  = output;
     this.fixture = fixture;
 }
예제 #10
0
 public CodingStyleAndConsistencyToolsTests(ITestOutputHelper output, TestProjectFixture fixture)
 {
     this.output  = output;
     this.fixture = fixture;
 }