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

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

공개 메소드들

메소드 설명
testParse ( ) Tests the ObjectStateUpdate parser.
testParseExceptionOnInvalidNames ( ) Test ObjectStateUpdate parser throwing exception on invalid names structure.

보호된 메소드들

메소드 설명
getObjectStateServiceMock ( ) : eZ\Publish\API\Repository\ObjectStateService Get the object state service mock object.
internalGetParser ( ) : ObjectStateUpdate Returns the ObjectStateUpdate parser.

메소드 상세

getObjectStateServiceMock() 보호된 메소드

Get the object state service mock object.
protected getObjectStateServiceMock ( ) : eZ\Publish\API\Repository\ObjectStateService
리턴 eZ\Publish\API\Repository\ObjectStateService

internalGetParser() 보호된 메소드

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

testParse() 공개 메소드

Tests the ObjectStateUpdate parser.
public testParse ( )

testParseExceptionOnInvalidNames() 공개 메소드

Test ObjectStateUpdate parser throwing exception on invalid names structure.