1 write to ChallengeCount
Microsoft.AspNetCore.Authorization.Test (1)
TestObjects\TestAuthenticationService.cs (1)
35
ChallengeCount
++;
2 references to ChallengeCount
Microsoft.AspNetCore.Authorization.Test (2)
AuthorizationMiddlewareTests.cs (1)
187
Assert.Equal(2, authenticationService.
ChallengeCount
);
TestObjects\TestAuthenticationService.cs (1)
12
public bool ChallengeCalled =>
ChallengeCount
> 0;