Skip to content

Commit

Permalink
Code clean-up in tests (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla authored Jun 5, 2019
1 parent 2822c44 commit bd9769d
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 155 deletions.
6 changes: 0 additions & 6 deletions tests/Oryx.Integration.Tests/DotNetCoreEndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public DotNetCoreEndToEndTestsBase(ITestOutputHelper output, TestTempDirTestFixt
}

[Trait("category", "dotnetcore")]
[Trait("platform", "dotnet")]
public class DotNetCoreRuntimeVersion10Tests : DotNetCoreEndToEndTestsBase
{
public DotNetCoreRuntimeVersion10Tests(ITestOutputHelper output, TestTempDirTestFixture testTempDirTestFixture)
Expand Down Expand Up @@ -92,7 +91,6 @@ await EndToEndTestHelper.BuildRunAndAssertAppAsync(
}

[Trait("category", "dotnetcore")]
[Trait("platform", "dotnet")]
public class DotNetCoreRuntimeVersion11Tests : DotNetCoreEndToEndTestsBase
{
public DotNetCoreRuntimeVersion11Tests(ITestOutputHelper output, TestTempDirTestFixture testTempDirTestFixture)
Expand Down Expand Up @@ -189,7 +187,6 @@ await EndToEndTestHelper.BuildRunAndAssertAppAsync(
}

[Trait("category", "dotnetcore")]
[Trait("platform", "dotnet")]
public class DotNetCoreRuntimeVersion20Tests : DotNetCoreEndToEndTestsBase
{
public DotNetCoreRuntimeVersion20Tests(ITestOutputHelper output, TestTempDirTestFixture testTempDirTestFixture)
Expand Down Expand Up @@ -242,7 +239,6 @@ await EndToEndTestHelper.BuildRunAndAssertAppAsync(
}

[Trait("category", "dotnetcore")]
[Trait("platform", "dotnet")]
public class DotNetCoreRuntimeVersion21Tests : DotNetCoreEndToEndTestsBase
{
public DotNetCoreRuntimeVersion21Tests(ITestOutputHelper output, TestTempDirTestFixture testTempDirTestFixture)
Expand Down Expand Up @@ -710,7 +706,6 @@ await EndToEndTestHelper.BuildRunAndAssertAppAsync(
}

[Trait("category", "dotnetcore")]
[Trait("platform", "dotnet")]
public class DotNetCoreRuntimeVersion22Tests : DotNetCoreEndToEndTestsBase
{
public DotNetCoreRuntimeVersion22Tests(ITestOutputHelper output, TestTempDirTestFixture testTempDirTestFixture)
Expand Down Expand Up @@ -994,7 +989,6 @@ await EndToEndTestHelper.BuildRunAndAssertAppAsync(
}

[Trait("category", "dotnetcore")]
[Trait("platform", "dotnet")]
public class DotNetCoreRuntimeVersion30Tests : DotNetCoreEndToEndTestsBase
{
public DotNetCoreRuntimeVersion30Tests(ITestOutputHelper output, TestTempDirTestFixture testTempDirTestFixture)
Expand Down
Loading

0 comments on commit bd9769d

Please sign in to comment.