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