5 references to App2OtherComponent
Microsoft.AspNetCore.Components.Endpoints.Tests (5)
Discovery\ComponentApplicationBuilderTests.cs (5)
75
c => Assert.Equal(typeof(
App2OtherComponent
), c.ComponentType));
110
c => Assert.Equal(typeof(
App2OtherComponent
), c.ComponentType));
151
c => Assert.Equal(typeof(
App2OtherComponent
), c.ComponentType));
210
c => Assert.Equal(typeof(
App2OtherComponent
), c.ComponentType));
337
ComponentType = typeof(
App2OtherComponent
),