4 instantiations of GraphRepoFixture
Infrastructure.Tests (4)
TestTriggerMap\SelectTestsLayer1IntegrationTests.cs (4)
36
using var fixture = new
GraphRepoFixture
(workspace);
72
using var fixture = new
GraphRepoFixture
(workspace, withSecondProject: true);
124
using var fixture = new
GraphRepoFixture
(workspace);
187
using var fixture = new
GraphRepoFixture
(workspace, withIntermediateProject: true);
4 references to GraphRepoFixture
Infrastructure.Tests (4)
TestTriggerMap\SelectTestsLayer1IntegrationTests.cs (4)
36
using
var
fixture = new GraphRepoFixture(workspace);
72
using
var
fixture = new GraphRepoFixture(workspace, withSecondProject: true);
124
using
var
fixture = new GraphRepoFixture(workspace);
187
using
var
fixture = new GraphRepoFixture(workspace, withIntermediateProject: true);