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