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

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

공개 메소드들

메소드 설명
getParseHrefExpectationsMap ( )
testParse ( ) Tests the ContentObjectStates parser.
testParseExceptionOnMissingHref ( ) Test ContentObjectStates parser throwing exception on missing href.

보호된 메소드들

메소드 설명
internalGetParser ( ) : eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates; Gets the ContentObjectStates parser.

메소드 상세

getParseHrefExpectationsMap() 공개 메소드

internalGetParser() 보호된 메소드

Gets the ContentObjectStates parser.
protected internalGetParser ( ) : eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;
리턴 eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;

testParse() 공개 메소드

Tests the ContentObjectStates parser.
public testParse ( )

testParseExceptionOnMissingHref() 공개 메소드

Test ContentObjectStates parser throwing exception on missing href.