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

Inheritance: extends BaseTest
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method 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.

Protected Methods

Method Description
internalGetParser ( ) : URLWildcardCreate Returns the URLWildcard input parser.

Method Details

internalGetParser() protected method

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

testParse() public method

Tests the URLWildcardCreate parser.
public testParse ( )

testParseExceptionOnMissingDestinationUrl() public method

Test URLWildcardCreate parser throwing exception on missing destinationUrl.

testParseExceptionOnMissingForward() public method

Test URLWildcardCreate parser throwing exception on missing forward.

testParseExceptionOnMissingSourceUrl() public method

Test URLWildcardCreate parser throwing exception on missing sourceUrl.