6 references to App1OtherComponent
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
Discovery\ComponentApplicationBuilderTests.cs (6)
36
c => Assert.Equal(typeof(
App1OtherComponent
), c.ComponentType));
71
c => Assert.Equal(typeof(
App1OtherComponent
), c.ComponentType),
147
c => Assert.Equal(typeof(
App1OtherComponent
), c.ComponentType),
202
c => Assert.Equal(typeof(
App1OtherComponent
), c.ComponentType),
260
c => Assert.Equal(typeof(
App1OtherComponent
), c.ComponentType));
285
ComponentType = typeof(
App1OtherComponent
),