PHP Class fXmlRpc\Transport\RecorderTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: lstrojny/fxmlrpc

Public Methods

Method Description
setUp ( )
testIsLastResponseNotContainXmlFromPreviousRequest ( )
testReturnLastException ( )
testReturnLastRequest ( )
testReturnLastResponse ( )
testReturnXmlForRequestAndNullForResponseWhenTransportThrowsException ( )

Private Methods

Method Description
transportFail ( PHPUnit_Framework_MockObject_Matcher_Invocation $matcher = null )
transportOk ( PHPUnit_Framework_MockObject_Matcher_Invocation $matcher = null )

Method Details

setUp() public method

public setUp ( )

testIsLastResponseNotContainXmlFromPreviousRequest() public method

testReturnLastException() public method

testReturnLastRequest() public method

testReturnLastResponse() public method

testReturnXmlForRequestAndNullForResponseWhenTransportThrowsException() public method