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