PHP 클래스 SAML2\XML\shibmd\ScopeTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: simplesamlphp/saml2

공개 메소드들

메소드 설명
testMarshallingImplicitRegexpValue ( ) Marshalling a scope which does not specificy the value for regexp explicitly (expect it to default to 'false').
testMarshallingLiteral ( ) Marshalling a scope in literal (non-regexp) form.
testMarshallingRegexp ( ) Marshalling a scope which is in regexp form.
testUnmarshallingLiteral ( ) Unmarshalling a scope in literal (non-regexp) form.
testUnmarshallingRegexp ( ) Unmarshalling a scope in regexp form.
testUnmarshallingWithoutRegexpValue ( ) Unmarshalling a scope that does not specify an explicit regexp value (assumed to be false).

메소드 상세

testMarshallingImplicitRegexpValue() 공개 메소드

Marshalling a scope which does not specificy the value for regexp explicitly (expect it to default to 'false').

testMarshallingLiteral() 공개 메소드

Marshalling a scope in literal (non-regexp) form.

testMarshallingRegexp() 공개 메소드

Marshalling a scope which is in regexp form.

testUnmarshallingLiteral() 공개 메소드

Unmarshalling a scope in literal (non-regexp) form.

testUnmarshallingRegexp() 공개 메소드

Unmarshalling a scope in regexp form.

testUnmarshallingWithoutRegexpValue() 공개 메소드

Unmarshalling a scope that does not specify an explicit regexp value (assumed to be false).