PHP Class eZ\Publish\Core\REST\Server\Tests\Input\Parser\ContentObjectStatesTest

Inheritance: extends BaseTest
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
getParseHrefExpectationsMap ( )
testParse ( ) Tests the ContentObjectStates parser.
testParseExceptionOnMissingHref ( ) Test ContentObjectStates parser throwing exception on missing href.

Méthodes protégées

Méthode Description
internalGetParser ( ) : eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates; Gets the ContentObjectStates parser.

Method Details

getParseHrefExpectationsMap() public méthode

internalGetParser() protected méthode

Gets the ContentObjectStates parser.
protected internalGetParser ( ) : eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;
Résultat eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;

testParse() public méthode

Tests the ContentObjectStates parser.
public testParse ( )

testParseExceptionOnMissingHref() public méthode

Test ContentObjectStates parser throwing exception on missing href.