12 references to TestHtmlContent
Microsoft.AspNetCore.Html.Abstractions.Tests (12)
HtmlContentBuilderTest.cs (12)
67
content.AppendHtml(new
TestHtmlContent
("Hello"));
84
content.AppendHtml(new
TestHtmlContent
("hello"));
100
content.AppendHtml(new
TestHtmlContent
("hello"));
116
source.AppendHtml(new
TestHtmlContent
("hello"));
131
entry => Assert.Equal(new
TestHtmlContent
("hello"), Assert.IsType<TestHtmlContent>(entry)),
143
nested.AppendHtml(new
TestHtmlContent
("hello"));
159
entry => Assert.Equal(new
TestHtmlContent
("hello"), Assert.IsType<TestHtmlContent>(entry)),
168
source.AppendHtml(new
TestHtmlContent
("hello"));
183
entry => Assert.Equal(new
TestHtmlContent
("hello"), Assert.IsType<TestHtmlContent>(entry)),
195
nested.AppendHtml(new
TestHtmlContent
("hello"));
211
entry => Assert.Equal(new
TestHtmlContent
("hello"), Assert.IsType<TestHtmlContent>(entry)),
221
content.AppendHtml(new
TestHtmlContent
("Hello"));