4 references to GetBool
Microsoft.AspNetCore.Authentication.Core.Test (4)
AuthenticationPropertiesTests.cs (4)
292
Assert.True(props.
GetBool
("foo"));
295
Assert.False(props.
GetBool
("foo"));
298
Assert.Null(props.
GetBool
("foo"));
301
Assert.Null(props.
GetBool
("foo"));