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

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
testParse ( $data, $expected ) Tests the UserMetadata parser.
testParseExceptionOnInvalidCriterionFormat ( ) Test UserMetadata parser throwing exception on invalid UserMetadataCriterion format.
testParseExceptionOnInvalidTargetFormat ( ) Test UserMetadata parser throwing exception on invalid target format.
testParseExceptionOnInvalidValueFormat ( ) Test UserMetadata parser throwing exception on invalid value format.
testParseExceptionOnWrongValueType ( ) Test UserMetadata parser throwing exception on wrong type of value format.
testParseProvider ( )

보호된 메소드들

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

메소드 상세

internalGetParser() 보호된 메소드

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

testParse() 공개 메소드

Tests the UserMetadata parser.
public testParse ( $data, $expected )

testParseExceptionOnInvalidCriterionFormat() 공개 메소드

Test UserMetadata parser throwing exception on invalid UserMetadataCriterion format.

testParseExceptionOnInvalidTargetFormat() 공개 메소드

Test UserMetadata parser throwing exception on invalid target format.

testParseExceptionOnInvalidValueFormat() 공개 메소드

Test UserMetadata parser throwing exception on invalid value format.

testParseExceptionOnWrongValueType() 공개 메소드

Test UserMetadata parser throwing exception on wrong type of value format.

testParseProvider() 공개 메소드

public testParseProvider ( )