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

상속: extends BaseTest
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
internalGetParser ( ) : URLWildcardCreate Returns the URLWildcard input parser.

메소드 상세

internalGetParser() 보호된 메소드

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

testParse() 공개 메소드

Tests the URLWildcardCreate parser.
public testParse ( )

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.