PHP Class PayPal\Test\Api\FlowConfigTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: paypal/rest-api-sdk-php Class Usage Examples

Méthodes publiques

Méthode Description
getJson ( ) : string Gets Json String of Object FlowConfig
getObject ( ) : FlowConfig Gets Object Instance with Json data filled in
testGetters ( FlowConfig $obj )
testSerializationDeserialization ( ) : FlowConfig Tests for Serialization and Deserialization Issues
testUrlValidationForBankTxnPendingUrl ( )

Method Details

getJson() public static méthode

Gets Json String of Object FlowConfig
public static getJson ( ) : string
Résultat string

getObject() public static méthode

Gets Object Instance with Json data filled in
public static getObject ( ) : FlowConfig
Résultat PayPal\Api\FlowConfig

testGetters() public méthode

public testGetters ( FlowConfig $obj )
$obj PayPal\Api\FlowConfig

testSerializationDeserialization() public méthode

Tests for Serialization and Deserialization Issues
public testSerializationDeserialization ( ) : FlowConfig
Résultat PayPal\Api\FlowConfig

testUrlValidationForBankTxnPendingUrl() public méthode