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

GetCustomPropertyValueCannotBeUsedWithNullPropertyName() private method

        public void GetCustomPropertyValueCannotBeUsedWithNullPropertyName()
        {
            sut.GetCustomPropertyValue(null);
        }