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