PHP Class fXmlRpc\Integration\AbstractCallClientIntegrationTest

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

Public Methods

Method Description
testArray ( fXmlRpc\CallClientInterface $client )
testBase64 ( fXmlRpc\CallClientInterface $client )
testComplexStruct ( fXmlRpc\CallClientInterface $client )
testDate ( fXmlRpc\CallClientInterface $client )
testFault ( fXmlRpc\CallClientInterface $client )
testFloat ( fXmlRpc\CallClientInterface $client )
testInteger ( fXmlRpc\CallClientInterface $client )
testNegativeFloat ( fXmlRpc\CallClientInterface $client )
testNegativeInteger ( fXmlRpc\CallClientInterface $client )
testNil ( fXmlRpc\CallClientInterface $client )
testString ( fXmlRpc\CallClientInterface $client )
testStruct ( fXmlRpc\CallClientInterface $client )

Protected Methods

Method Description
executeSystemFailureTest ( Client $client )

Method Details

executeSystemFailureTest() protected method

protected executeSystemFailureTest ( Client $client )
$client Fxmlrpc\Client

testArray() public method

public testArray ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testBase64() public method

public testBase64 ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testComplexStruct() public method

public testComplexStruct ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testDate() public method

public testDate ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testFault() public method

public testFault ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testFloat() public method

public testFloat ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testInteger() public method

public testInteger ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testNegativeFloat() public method

public testNegativeFloat ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testNegativeInteger() public method

public testNegativeInteger ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testNil() public method

public testNil ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testString() public method

public testString ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface

testStruct() public method

public testStruct ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface