2 instantiations of AutoRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
SSRRenderModeBoundaryTest.cs (2)
65
httpContext, typeof(TestComponent), new
AutoRenderModeSubclass
()));
79
httpContext, typeof(TestComponent), new
AutoRenderModeSubclass
()));
2 references to AutoRenderModeSubclass
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
SSRRenderModeBoundaryTest.cs (2)
66
Assert.Contains($"A component of type '{typeof(TestComponent)}' has render mode '{nameof(
AutoRenderModeSubclass
)}'", ex.Message);
80
Assert.Contains($"A component of type '{typeof(TestComponent)}' has render mode '{nameof(
AutoRenderModeSubclass
)}'", ex.Message);