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