PHP Class PayPal\Test\Api\VerifyWebhookSignatureResponseTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
getJson ( ) : string Gets Json String of Object VerifyWebhookSignatureResponse
getObject ( ) : VerifyWebhookSignatureResponse Gets Object Instance with Json data filled in
testGetters ( VerifyWebhookSignatureResponse $obj )
testSerializationDeserialization ( ) : VerifyWebhookSignatureResponse Tests for Serialization and Deserialization Issues

Method Details

getJson() public static method

Gets Json String of Object VerifyWebhookSignatureResponse
public static getJson ( ) : string
return string

getObject() public static method

Gets Object Instance with Json data filled in
public static getObject ( ) : VerifyWebhookSignatureResponse
return PayPal\Api\VerifyWebhookSignatureResponse

testGetters() public method

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

testSerializationDeserialization() public method

Tests for Serialization and Deserialization Issues
public testSerializationDeserialization ( ) : VerifyWebhookSignatureResponse
return PayPal\Api\VerifyWebhookSignatureResponse