14 references to RunnerResult
Infrastructure.Tests (14)
WorkflowScripts\ReportPipelineFailureIntegrationTests.cs (14)
52
var
result = await InvokeAsync(new
81
var
result = await InvokeAsync(new
102
var
result = await InvokeAsync(new
121
var
result = await InvokeAsync(new
137
var
first = await InvokeAsync(new
148
var
second = await InvokeAsync(new
160
var
third = await InvokeAsync(new
173
var
first = await InvokeAsync(new { env = DeploymentEnv(), labels = s_deploymentLabels });
178
var
second = await InvokeAsync(new
198
var
result = await InvokeAsync(new
236
var
result = await InvokeAsync(new
265
var
result = await InvokeAsync(new
288
private async Task<
RunnerResult
> InvokeAsync(object scenario)
304
private sealed record HarnessResponse(
RunnerResult
Result);