1 write to ForbidCount
Microsoft.AspNetCore.Authorization.Test (1)
TestObjects\TestAuthenticationService.cs (1)
41
ForbidCount
++;
2 references to ForbidCount
Microsoft.AspNetCore.Authorization.Test (2)
AuthorizationMiddlewareTests.cs (1)
741
Assert.Equal(2, authenticationService.
ForbidCount
);
TestObjects\TestAuthenticationService.cs (1)
13
public bool ForbidCalled =>
ForbidCount
> 0;