PHP Class fXmlRpc\Integration\AbstractCallClientIntegrationTest

Inheritance: extends AbstractIntegrationTest
Afficher le fichier Open project: lstrojny/fxmlrpc

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
executeSystemFailureTest ( Client $client )

Method Details

executeSystemFailureTest() protected méthode

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

testArray() public méthode

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

testBase64() public méthode

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

testComplexStruct() public méthode

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

testDate() public méthode

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

testFault() public méthode

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

testFloat() public méthode

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

testInteger() public méthode

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

testNegativeFloat() public méthode

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

testNegativeInteger() public méthode

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

testNil() public méthode

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

testString() public méthode

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

testStruct() public méthode

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