3 instantiations of WebAssemblyRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
SSRRenderModeBoundaryTest.cs (3)
33PrepareEndpoint(httpContext, new WebAssemblyRenderModeSubclass()); 51httpContext, typeof(TestComponent), new WebAssemblyRenderModeSubclass())); 61PrepareEndpoint(httpContext, new WebAssemblyRenderModeSubclass());
1 reference to WebAssemblyRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
SSRRenderModeBoundaryTest.cs (1)
52Assert.Contains($"A component of type '{typeof(TestComponent)}' has render mode '{nameof(WebAssemblyRenderModeSubclass)}'", ex.Message);