PHP 클래스 PayPal\Test\Api\WebhookEventTypeTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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 )

메소드 상세

getJson() 공개 정적인 메소드

Gets Json String of Object WebhookEventType
public static getJson ( ) : string
리턴 string

getObject() 공개 정적인 메소드

Gets Object Instance with Json data filled in
public static getObject ( ) : WebhookEventType
리턴 PayPal\Api\WebhookEventType

mockProvider() 공개 메소드

public mockProvider ( )

testAvailableEventTypes() 공개 메소드

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

testGetters() 공개 메소드

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

testSerializationDeserialization() 공개 메소드

Tests for Serialization and Deserialization Issues
public testSerializationDeserialization ( ) : WebhookEventType
리턴 PayPal\Api\WebhookEventType

testSubscribedEventTypes() 공개 메소드

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