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