3 instantiations of ServerRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
SSRRenderModeBoundaryTest.cs (3)
37
httpContext, typeof(TestComponent), new
ServerRenderModeSubclass
()));
47
PrepareEndpoint(httpContext, new
ServerRenderModeSubclass
());
75
PrepareEndpoint(httpContext, new
ServerRenderModeSubclass
());
1 reference to ServerRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
SSRRenderModeBoundaryTest.cs (1)
38
Assert.Contains($"A component of type '{typeof(TestComponent)}' has render mode '{nameof(
ServerRenderModeSubclass
)}'", ex.Message);