PHP 클래스 PayPal\Test\Api\TemplatesTest

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

공개 메소드들

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

메소드 상세

getJson() 공개 정적인 메소드

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

getObject() 공개 정적인 메소드

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

mockProvider() 공개 메소드

public mockProvider ( )

testGet() 공개 메소드

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

testGetAll() 공개 메소드

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

testGetters() 공개 메소드

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

testSerializationDeserialization() 공개 메소드

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