PHP Class PayPal\Test\Api\WebhookEventTypeTest

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

Method Details

getJson() public static méthode

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

getObject() public static méthode

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

mockProvider() public méthode

public mockProvider ( )

testAvailableEventTypes() public méthode

public testAvailableEventTypes ( WebhookEventType $obj, $mockApiContext )
$obj PayPal\Api\WebhookEventType

testGetters() public méthode

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

testSerializationDeserialization() public méthode

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

testSubscribedEventTypes() public méthode

public testSubscribedEventTypes ( WebhookEventType $obj, $mockApiContext )
$obj PayPal\Api\WebhookEventType