Authentication.Claims.Tests.AuthenticatedUserContextTests.HasSpecificRole C# (CSharp) Method

HasSpecificRole() private method

private HasSpecificRole ( ) : void
return void
        public void HasSpecificRole()
        {
            Assert.IsTrue(sut.HasRole(Role));
        }