7 references to _producer
Aspire.Dashboard.Tests (7)
Integration\Playwright\Infrastructure\TestTerminalConnectionResolver.cs (7)
57
public Hex1bAppWorkloadAdapter Workload =>
_producer
.Workload;
58
public Hmp1PresentationAdapter Presentation =>
_producer
.Presentation;
59
public int ConnectionCount =>
_producer
.ConnectionCount;
61
public Stream Connect() =>
_producer
.Connect();
64
_producer
.WaitForPeerHandshakesAsync(cancellationToken);
67
_producer
.WaitForProducerTextAsync(text, cancellationToken);
85
public ValueTask DisposeAsync() =>
_producer
.DisposeAsync();