PHP 클래스 SAML2\StatusResponseTest

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

공개 메소드들

메소드 설명
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 ( )

메소드 상세

testMarshalling() 공개 메소드

public 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.
public testResponseTo ( )

testStatusSubcode() 공개 메소드

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

testStatusSuccess() 공개 메소드

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

testUnmarshalling() 공개 메소드

public testUnmarshalling ( )