21 references to AssertPrependText
Microsoft.AspNetCore.Components.Authorization.Tests (21)
AuthorizeRouteViewTest.cs (21)
64edit => AssertPrependText(batch, edit, "Layout starts here"),
70edit => AssertPrependText(batch, edit, "Layout ends here"));
75edit => AssertPrependText(batch, edit, "Hello from the page with message: Hello, world!"));
101edit => AssertPrependText(batch, edit, "Layout starts here"),
107edit => AssertPrependText(batch, edit, "Layout ends here"));
112edit => AssertPrependText(batch, edit, "Hello from the page with message: Hello, world!"));
139edit => AssertPrependText(batch, edit, "Layout starts here"),
140edit => AssertPrependText(batch, edit, "Not authorized"),
141edit => AssertPrependText(batch, edit, "Layout ends here"));
168edit => AssertPrependText(batch, edit, "Layout starts here"),
169edit => AssertPrependText(batch, edit, "Not authorized"),
170edit => AssertPrependText(batch, edit, "Layout ends here"));
196edit => AssertPrependText(batch, edit, "Layout starts here"),
197edit => AssertPrependText(batch, edit, "Go away, Bert"),
198edit => AssertPrependText(batch, edit, "Layout ends here"));
224edit => AssertPrependText(batch, edit, "Layout starts here"),
225edit => AssertPrependText(batch, edit, "Authorizing..."),
226edit => AssertPrependText(batch, edit, "Layout ends here"));
268edit => AssertPrependText(batch, edit, "Layout starts here"),
269edit => AssertPrependText(batch, edit, "Hold on, we're checking your papers."),
270edit => AssertPrependText(batch, edit, "Layout ends here"));