15 references to RunnerResult
Infrastructure.Tests (15)
WorkflowScripts\ReportCiFailureIntegrationTests.cs (15)
44
var
result = await InvokeAsync(new
69
var
result = await InvokeAsync(new
90
var
first = await InvokeAsync(new { operation = "reportFailure", env = new { REF = "main" } });
93
var
second = await InvokeAsync(new
111
var
result = await InvokeAsync(new
127
var
result = await InvokeAsync(new
151
var
result = await InvokeAsync(new
172
var
result = await InvokeAsync(new
194
var
result = await InvokeAsync(new
211
var
result = await InvokeAsync(new
230
var
result = await InvokeAsync(new
246
var
result = await InvokeAsync(new
266
var
result = await InvokeAsync(new
282
private async Task<
RunnerResult
> InvokeAsync(object scenario)
298
private sealed record HarnessResponse(
RunnerResult
Result);