PHP Class PayPal\Test\Api\ExtendedBankAccountTest

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 ExtendedBankAccount
getObject ( ) : ExtendedBankAccount Gets Object Instance with Json data filled in
testGetters ( ExtendedBankAccount $obj )
testSerializationDeserialization ( ) : ExtendedBankAccount Tests for Serialization and Deserialization Issues

Method Details

getJson() public static méthode

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

getObject() public static méthode

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

testGetters() public méthode

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

testSerializationDeserialization() public méthode

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