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

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

공개 메소드들

메소드 설명
getParseHrefExpectationsMap ( )
testParse ( ) Tests the RelationCreate parser.
testParseExceptionOnMissingDestination ( ) Test RelationCreate parser throwing exception on missing Destination.
testParseExceptionOnMissingDestinationHref ( ) Test RelationCreate parser throwing exception on missing Destination href.

보호된 메소드들

메소드 설명
internalGetParser ( ) : RelationCreate Returns the RelationCreate parser.

메소드 상세

getParseHrefExpectationsMap() 공개 메소드

internalGetParser() 보호된 메소드

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

testParse() 공개 메소드

Tests the RelationCreate parser.
public testParse ( )

testParseExceptionOnMissingDestination() 공개 메소드

Test RelationCreate parser throwing exception on missing Destination.

testParseExceptionOnMissingDestinationHref() 공개 메소드

Test RelationCreate parser throwing exception on missing Destination href.