PHP Класс SAML2\StatusResponseTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )