14 references to Interactions
Aspire.Hosting.Tests (14)
Orchestrator\ParameterProcessorTests.cs (4)
189
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
197
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
275
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
282
var nextMessageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
TestInteractionService.cs (2)
36
Interactions
.Writer.TryWrite(data);
43
Interactions
.Writer.TryWrite(data);
VersionChecking\VersionCheckServiceTests.cs (8)
31
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
91
interactionService.
Interactions
.Writer.Complete();
95
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
125
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
151
interactionService.
Interactions
.Writer.Complete();
156
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
180
interactionService.
Interactions
.Writer.Complete();
185
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));