PHP Class SAML2\StatusResponseTest

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

Méthodes publiques

Méthode Description
testMarshalling ( )
testNoStatusCodeThrowsException ( ) StatusCode is required in a StatusResponse.
testNoStatusElementThrowsException ( ) A response without any element throws exception
testResponseTo ( ) Test adding in-response-to to a status message.
testStatusSubcode ( ) See if we can parse a StatusResponse with a subcode
testStatusSuccess ( ) A status reponse that is not an error
testUnmarshalling ( )

Method Details

testMarshalling() public méthode

public testMarshalling ( )

testNoStatusCodeThrowsException() public méthode

StatusCode is required in a StatusResponse.

testNoStatusElementThrowsException() public méthode

A response without any element throws exception

testResponseTo() public méthode

Test adding in-response-to to a status message.
public testResponseTo ( )

testStatusSubcode() public méthode

See if we can parse a StatusResponse with a subcode
public testStatusSubcode ( )

testStatusSuccess() public méthode

A status reponse that is not an error
public testStatusSuccess ( )

testUnmarshalling() public méthode

public testUnmarshalling ( )