PHP 클래스 PayPal\Test\Api\InvoiceTest

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

공개 메소드들

메소드 설명
getJson ( ) : string Gets Json String of Object Invoice
getObject ( ) : Invoice Gets Object Instance with Json data filled in
mockProvider ( )
testCancel ( Invoice $obj, $mockApiContext )
testCreate ( Invoice $obj, $mockApiContext )
testDelete ( Invoice $obj, $mockApiContext )
testGenerateNumber ( Invoice $obj, $mockApiContext )
testGet ( Invoice $obj, $mockApiContext )
testGetAll ( Invoice $obj, $mockApiContext )
testGetters ( Invoice $obj )
testQrCode ( Invoice $obj, $mockApiContext )
testRecordPayment ( Invoice $obj, $mockApiContext )
testRecordRefund ( Invoice $obj, $mockApiContext )
testRemind ( Invoice $obj, $mockApiContext )
testSearch ( Invoice $obj, $mockApiContext )
testSend ( Invoice $obj, $mockApiContext )
testSerializationDeserialization ( ) : Invoice Tests for Serialization and Deserialization Issues
testUpdate ( Invoice $obj, $mockApiContext )
testUrlValidationForLogoUrl ( )

메소드 상세

getJson() 공개 정적인 메소드

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

getObject() 공개 정적인 메소드

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

mockProvider() 공개 메소드

public mockProvider ( )

testCancel() 공개 메소드

public testCancel ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testCreate() 공개 메소드

public testCreate ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testDelete() 공개 메소드

public testDelete ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testGenerateNumber() 공개 메소드

public testGenerateNumber ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testGet() 공개 메소드

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

testGetAll() 공개 메소드

public testGetAll ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testGetters() 공개 메소드

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

testQrCode() 공개 메소드

public testQrCode ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testRecordPayment() 공개 메소드

public testRecordPayment ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testRecordRefund() 공개 메소드

public testRecordRefund ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testRemind() 공개 메소드

public testRemind ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testSearch() 공개 메소드

public testSearch ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testSend() 공개 메소드

public testSend ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testSerializationDeserialization() 공개 메소드

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

testUpdate() 공개 메소드

public testUpdate ( Invoice $obj, $mockApiContext )
$obj PayPal\Api\Invoice

testUrlValidationForLogoUrl() 공개 메소드