PHP Class PayPal\Test\Api\PaymentOptionsTest

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

Method Details

getJson() public static méthode

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

getObject() public static méthode

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

testGetters() public méthode

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

testSerializationDeserialization() public méthode

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