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

GetCustomPropertyValueThrowsExceptionIfPropertyNotFound() private method

        public void GetCustomPropertyValueThrowsExceptionIfPropertyNotFound()
        {
            sut.GetCustomPropertyValue("SomeProp");
        }