8 references to TestAssert
AuthSamples.FunctionalTests (8)
CookiesTests.cs (2)
82var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn); 84var form = TestAssert.HasForm(signIn);
CustomPolicyProviderTests.cs (2)
124var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn); 126var form = TestAssert.HasForm(signIn);
DynamicSchemeTests.cs (2)
83var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn); 85var form = TestAssert.HasForm(signIn);
PathSchemeSelectionTests.cs (2)
108var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn); 110var form = TestAssert.HasForm(signIn);