PHP 클래스 PayPal\Test\Api\WebProfileTest

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

공개 메소드들

메소드 설명
getJson ( ) : string Gets Json String of Object WebProfile
getObject ( ) : PayPal\Api\WebProfile Gets Object Instance with Json data filled in
mockProvider ( )
testCreate ( PayPal\Api\WebProfile $obj, $mockApiContext )
testDelete ( PayPal\Api\WebProfile $obj, $mockApiContext )
testGet ( PayPal\Api\WebProfile $obj, $mockApiContext )
testGetList ( PayPal\Api\WebProfile $obj, $mockApiContext )
testGetters ( PayPal\Api\WebProfile $obj )
testPartialUpdate ( PayPal\Api\WebProfile $obj, $mockApiContext )
testSerializationDeserialization ( ) : PayPal\Api\WebProfile Tests for Serialization and Deserialization Issues
testUpdate ( PayPal\Api\WebProfile $obj, $mockApiContext )

메소드 상세

getJson() 공개 정적인 메소드

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

getObject() 공개 정적인 메소드

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

mockProvider() 공개 메소드

public mockProvider ( )

testCreate() 공개 메소드

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

testDelete() 공개 메소드

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

testGet() 공개 메소드

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

testGetList() 공개 메소드

public testGetList ( PayPal\Api\WebProfile $obj, $mockApiContext )
$obj PayPal\Api\WebProfile

testGetters() 공개 메소드

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

testPartialUpdate() 공개 메소드

public testPartialUpdate ( PayPal\Api\WebProfile $obj, $mockApiContext )
$obj PayPal\Api\WebProfile

testSerializationDeserialization() 공개 메소드

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

testUpdate() 공개 메소드

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