29 references to Interactions
Aspire.Hosting.Tests (29)
Dcp\DcpHostNotificationTests.cs (6)
80
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
133
await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
188
await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
239
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
290
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
353
var interaction = await interactionService.
Interactions
.Reader.ReadAsync(cts.Token);
Orchestrator\ParameterProcessorTests.cs (10)
191
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
199
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
277
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
284
var nextMessageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
375
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
379
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
422
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
426
var inputsInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
462
var messageBarInteraction = await testInteractionService.
Interactions
.Reader.ReadAsync();
466
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 _));