PHP Class PayPal\Test\Api\IncentiveTest

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

Method Details

getJson() public static méthode

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

getObject() public static méthode

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

testGetters() public méthode

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

testSerializationDeserialization() public méthode

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

testUrlValidationForLogoImageUrl() public méthode