PHP Class eZ\Publish\Core\REST\Server\Tests\Input\Parser\Criterion\UserMetadataTest

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
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 ( )

Méthodes protégées

Méthode Description
internalGetParser ( ) : UserMetadata Returns the UserMetadata criterion parser.

Method Details

internalGetParser() protected méthode

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

testParse() public méthode

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

testParseExceptionOnInvalidCriterionFormat() public méthode

Test UserMetadata parser throwing exception on invalid UserMetadataCriterion format.

testParseExceptionOnInvalidTargetFormat() public méthode

Test UserMetadata parser throwing exception on invalid target format.

testParseExceptionOnInvalidValueFormat() public méthode

Test UserMetadata parser throwing exception on invalid value format.

testParseExceptionOnWrongValueType() public méthode

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

testParseProvider() public méthode

public testParseProvider ( )