PHP 클래스 eZ\Publish\Core\REST\Server\Tests\Input\Parser\LocationUpdateTest

상속: extends BaseTest
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
testParse ( ) Tests the LocationUpdate parser.
testParseExceptionOnMissingSortField ( ) Test LocationUpdate parser throwing exception on missing sort field.
testParseExceptionOnMissingSortOrder ( ) Test LocationUpdate parser throwing exception on missing sort order.

보호된 메소드들

메소드 설명
getLocationServiceMock ( ) : eZ\Publish\API\Repository\LocationService Get the location service mock object.
internalGetParser ( ) : LocationUpdate Returns the LocationUpdateStruct parser.

메소드 상세

getLocationServiceMock() 보호된 메소드

Get the location service mock object.
protected getLocationServiceMock ( ) : eZ\Publish\API\Repository\LocationService
리턴 eZ\Publish\API\Repository\LocationService

internalGetParser() 보호된 메소드

Returns the LocationUpdateStruct parser.
protected internalGetParser ( ) : LocationUpdate
리턴 eZ\Publish\Core\REST\Server\Input\Parser\LocationUpdate

testParse() 공개 메소드

Tests the LocationUpdate parser.
public testParse ( )

testParseExceptionOnMissingSortField() 공개 메소드

Test LocationUpdate parser throwing exception on missing sort field.

testParseExceptionOnMissingSortOrder() 공개 메소드

Test LocationUpdate parser throwing exception on missing sort order.