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

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

Méthodes publiques

Méthode Description
testParse ( ) Tests the URLWildcardCreate parser.
testParseExceptionOnMissingDestinationUrl ( ) Test URLWildcardCreate parser throwing exception on missing destinationUrl.
testParseExceptionOnMissingForward ( ) Test URLWildcardCreate parser throwing exception on missing forward.
testParseExceptionOnMissingSourceUrl ( ) Test URLWildcardCreate parser throwing exception on missing sourceUrl.

Méthodes protégées

Méthode Description
internalGetParser ( ) : URLWildcardCreate Returns the URLWildcard input parser.

Method Details

internalGetParser() protected méthode

Returns the URLWildcard input parser.
protected internalGetParser ( ) : URLWildcardCreate
Résultat eZ\Publish\Core\REST\Server\Input\Parser\URLWildcardCreate

testParse() public méthode

Tests the URLWildcardCreate parser.
public testParse ( )

testParseExceptionOnMissingDestinationUrl() public méthode

Test URLWildcardCreate parser throwing exception on missing destinationUrl.

testParseExceptionOnMissingForward() public méthode

Test URLWildcardCreate parser throwing exception on missing forward.

testParseExceptionOnMissingSourceUrl() public méthode

Test URLWildcardCreate parser throwing exception on missing sourceUrl.