29 references to Interactions
Aspire.Hosting.Tests (29)
Dcp\DcpHostNotificationTests.cs (6)
83
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
136
await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
191
await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
242
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
293
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
360
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
Orchestrator\ParameterProcessorTests.cs (10)
193
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
201
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
279
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
286
var nextMessageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
377
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
381
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
424
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
428
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
464
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
468
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
tests\Shared\TestInteractionService.cs (2)
36
Interactions
.Writer.TryWrite(data);
51
Interactions
.Writer.TryWrite(data);
VersionChecking\VersionCheckServiceTests.cs (11)
35
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
95
interactionService.
Interactions
.Writer.Complete();
99
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
129
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
172
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
179
interactionService.
Interactions
.Writer.Complete();
180
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
210
interactionService.
Interactions
.Writer.Complete();
215
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
239
interactionService.
Interactions
.Writer.Complete();
244
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));