29 references to Interactions
Aspire.Hosting.Tests (29)
Dcp\DcpHostNotificationTests.cs (6)
82
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
135
await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
190
await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
241
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
292
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
355
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
Orchestrator\ParameterProcessorTests.cs (10)
192
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
200
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
278
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
285
var nextMessageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
376
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
380
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
423
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
427
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
463
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
467
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 _));