PHP Class SAML2\XML\shibmd\ScopeTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: simplesamlphp/saml2

Méthodes publiques

Méthode Description
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).

Method Details

testMarshallingImplicitRegexpValue() public méthode

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

testMarshallingLiteral() public méthode

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

testMarshallingRegexp() public méthode

Marshalling a scope which is in regexp form.

testUnmarshallingLiteral() public méthode

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

testUnmarshallingRegexp() public méthode

Unmarshalling a scope in regexp form.

testUnmarshallingWithoutRegexpValue() public méthode

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