11 references to Presentation
Aspire.Dashboard.Tests (11)
Integration\Playwright\TerminalTests.cs (11)
43
var primaryId = connection.
Presentation
.PrimaryPeerId;
92
Assert.Equal(primaryId, connection.
Presentation
.PrimaryPeerId);
107
Assert.Equal(primaryId, connection.
Presentation
.PrimaryPeerId);
170
var primaryId = connection.
Presentation
.PrimaryPeerId;
179
Assert.Equal(primaryId, connection.
Presentation
.PrimaryPeerId);
203
var primaryId = connection.
Presentation
.PrimaryPeerId;
209
Assert.NotNull(connection.
Presentation
.PrimaryPeerId);
210
Assert.NotEqual(primaryId, connection.
Presentation
.PrimaryPeerId);
225
var primaryId = connection.
Presentation
.PrimaryPeerId;
233
Assert.NotNull(connection.
Presentation
.PrimaryPeerId);
234
Assert.NotEqual(primaryId, connection.
Presentation
.PrimaryPeerId);