PHP Class PayPal\Test\Api\WebhookEventTest

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

Method Details

getJson() public static méthode

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

getObject() public static méthode

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

mockProvider() public méthode

public mockProvider ( )

testGet() public méthode

public testGet ( WebhookEvent $obj, $mockApiContext )
$obj PayPal\Api\WebhookEvent

testGetters() public méthode

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

testList() public méthode

public testList ( WebhookEvent $obj, $mockApiContext )
$obj PayPal\Api\WebhookEvent

testResend() public méthode

public testResend ( WebhookEvent $obj, $mockApiContext )
$obj PayPal\Api\WebhookEvent

testSerializationDeserialization() public méthode

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