11 references to RunnerResult
Infrastructure.Tests (11)
WorkflowScripts\SpecializedTestFailureRunnerTests.cs (11)
52
var
result = await InvokeAsync(new
77
var
result = await InvokeAsync(new
93
var
first = await InvokeAsync(new
104
var
second = await InvokeAsync(new
115
var
third = await InvokeAsync(new
128
var
result = await InvokeAsync(new
166
var
result = await InvokeAsync(new
181
var
result = await InvokeAsync(new
203
var
result = await InvokeAsync(new
226
private async Task<
RunnerResult
> InvokeAsync(object scenario)
242
private sealed record HarnessResponse(
RunnerResult
Result);