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)
34
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
94
interactionService.
Interactions
.Writer.Complete();
98
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
128
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
171
var interaction = await interactionService.
Interactions
.Reader.ReadAsync().DefaultTimeout();
178
interactionService.
Interactions
.Writer.Complete();
179
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
209
interactionService.
Interactions
.Writer.Complete();
214
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));
238
interactionService.
Interactions
.Writer.Complete();
243
Assert.False(interactionService.
Interactions
.Reader.TryRead(out var _));