PHP Class PayPal\Test\Api\MerchantPreferencesTest

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 MerchantPreferences
getObject ( ) : PayPal\Api\MerchantPreferences Gets Object Instance with Json data filled in
testGetters ( PayPal\Api\MerchantPreferences $obj )
testSerializationDeserialization ( ) : PayPal\Api\MerchantPreferences Tests for Serialization and Deserialization Issues
testUrlValidationForCancelUrl ( )
testUrlValidationForCancelUrlDeprecated ( )
testUrlValidationForNotifyUrl ( )
testUrlValidationForNotifyUrlDeprecated ( )
testUrlValidationForReturnUrl ( )
testUrlValidationForReturnUrlDeprecated ( )

Method Details

getJson() public static méthode

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

getObject() public static méthode

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

testGetters() public méthode

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

testSerializationDeserialization() public méthode

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

testUrlValidationForCancelUrl() public méthode

testUrlValidationForCancelUrlDeprecated() public méthode

testUrlValidationForNotifyUrl() public méthode

testUrlValidationForNotifyUrlDeprecated() public méthode

testUrlValidationForReturnUrl() public méthode

testUrlValidationForReturnUrlDeprecated() public méthode