1 instantiation of FakeGhFixture
Infrastructure.Tests (1)
WorkflowScripts\ExtensionReleaseWorkflowTests.cs (1)
826return new FakeGhFixture(callLogPath, $"{binDirectory}{Path.PathSeparator}{Environment.GetEnvironmentVariable("PATH")}");
4 references to FakeGhFixture
Infrastructure.Tests (4)
WorkflowScripts\ExtensionReleaseWorkflowTests.cs (4)
283var fakeGh = await CreateFakeGhAsync(tempDirectory.FullName); 314var fakeGh = await CreateFakeGhAsync(tempDirectory.FullName); 345var fakeGh = await CreateFakeGhAsync(tempDirectory.FullName); 790private async Task<FakeGhFixture> CreateFakeGhAsync(string rootDirectory)