4 references to IsHtmlDocumentAsync
AuthSamples.FunctionalTests (4)
CookiesTests.cs (1)
82var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn);
CustomPolicyProviderTests.cs (1)
124var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn);
DynamicSchemeTests.cs (1)
83var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn);
PathSchemeSelectionTests.cs (1)
108var signIn = await TestAssert.IsHtmlDocumentAsync(goToSignIn);