PHP 클래스 PayPal\Test\Api\CaptureTest

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

공개 메소드들

메소드 설명
getJson ( ) : string Gets Json String of Object Capture
getObject ( ) : Capture Gets Object Instance with Json data filled in
mockProvider ( )
testGet ( Capture $obj, $mockApiContext )
testGetters ( Capture $obj )
testRefund ( Capture $obj, $mockApiContext )
testSerializationDeserialization ( ) : Capture Tests for Serialization and Deserialization Issues

메소드 상세

getJson() 공개 정적인 메소드

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

getObject() 공개 정적인 메소드

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

mockProvider() 공개 메소드

public mockProvider ( )

testGet() 공개 메소드

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

testGetters() 공개 메소드

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

testRefund() 공개 메소드

public testRefund ( Capture $obj, $mockApiContext )
$obj PayPal\Api\Capture

testSerializationDeserialization() 공개 메소드

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