PHP 클래스 Psecio\PropAuth\GatewayTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: psecio/propauth

공개 메소드들

메소드 설명
testAllPolicyEvaluateAllAny ( ) Test the evaluation of all policies when no policy name is given
testPasswordEvaluationValid ( ) Test the password evaluation handling on the Gateway class
testPolicyEvaluationBadName ( ) Test that an exception is thrown when a bad policy name is given.
testPolicyEvaluationNonAuthed ( ) Test that an exception is thrown when you try to perform the policy check on a non-authenticated subject
testPolicySetupWithSet ( ) Evaluate that things work correctly when a set is passed in, not just an individual policy
testValidPolicyExecution ( ) Test the evaluation of a policy execution

메소드 상세

testAllPolicyEvaluateAllAny() 공개 메소드

Test the evaluation of all policies when no policy name is given

testPasswordEvaluationValid() 공개 메소드

Test the password evaluation handling on the Gateway class

testPolicyEvaluationBadName() 공개 메소드

Test that an exception is thrown when a bad policy name is given.

testPolicyEvaluationNonAuthed() 공개 메소드

Test that an exception is thrown when you try to perform the policy check on a non-authenticated subject

testPolicySetupWithSet() 공개 메소드

Evaluate that things work correctly when a set is passed in, not just an individual policy

testValidPolicyExecution() 공개 메소드

Test the evaluation of a policy execution