5 references to TestProjectFixture
Microsoft.DotNet.Arcade.Sdk.Tests (5)
MinimalRepoTests.cs (2)
13
private readonly
TestProjectFixture
_fixture;
15
public MinimalRepoTests(ITestOutputHelper output,
TestProjectFixture
fixture)
RepoWithConditionalProjectsToBuildTests.cs (2)
16
private readonly
TestProjectFixture
_fixture;
18
public RepoWithConditionalProjectsToBuildTests(ITestOutputHelper output,
TestProjectFixture
fixture)
Utilities\TestProjectFixture.cs (1)
14
public class TestProjectCollection : ICollectionFixture<
TestProjectFixture
>