4 references to AssertComponent
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
ComponentRenderingFunctionalTests.cs (4)
36AssertComponent("<p>Hello world!</p>", "Greetings", content); 53AssertComponent("Router component\n<p>Routed successfully</p>", "Routing", content); 84AssertComponent("Router component\n<p>Routed successfully</p>", "Routing", content); 162AssertComponent(expectedHtml, "FetchData", content);