17 references to MonitorResult
Infrastructure.Tests (17)
WorkflowScripts\MonitorScheduledWorkflowsIntegrationTests.cs (17)
84
var
result = await InvokeAsync(new
101
var
result = await InvokeAsync(new
121
var
result = await InvokeAsync(new
140
var
result = await InvokeAsync(new
162
var
result = await InvokeAsync(new
182
var
result = await InvokeAsync(new
203
var
result = await InvokeAsync(new
224
var
result = await InvokeAsync(new
247
var
result = await InvokeAsync(new
270
var
result = await InvokeAsync(new
292
var
result = await InvokeAsync(new
316
var
result = await InvokeAsync(new
345
var
result = await InvokeAsync(new
364
var
result = await InvokeAsync(new
380
var
result = await InvokeAsync(new
390
private async Task<
MonitorResult
> InvokeAsync(object scenario)
406
private sealed record HarnessResponse(
MonitorResult
Result);