PHP Class eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\URLWildcardTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsDestinationUrlValueElement ( string $result ) Test if result contains destinationUrl value element.
testResultContainsForwardValueElement ( string $result ) Test if result contains forward value element.
testResultContainsSourceUrlValueElement ( string $result ) Test if result contains sourceUrl value element.
testResultContainsUrlWildcardAttributes ( string $result ) Test if result contains UrlWildcard element attributes.
testResultContainsUrlWildcardElement ( string $result ) Test if result contains UrlWildcard element.
testVisit ( ) : string Test the URLWildcard visitor.

Protected Methods

Method Description
internalGetVisitor ( ) : URLWildcard Get the URLWildcard visitor.

Method Details

internalGetVisitor() protected method

Get the URLWildcard visitor.
protected internalGetVisitor ( ) : URLWildcard
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\URLWildcard

testResultContainsDestinationUrlValueElement() public method

Test if result contains destinationUrl value element.

testResultContainsForwardValueElement() public method

Test if result contains forward value element.

testResultContainsSourceUrlValueElement() public method

Test if result contains sourceUrl value element.

testResultContainsUrlWildcardAttributes() public method

Test if result contains UrlWildcard element attributes.

testResultContainsUrlWildcardElement() public method

Test if result contains UrlWildcard element.

testVisit() public method

Test the URLWildcard visitor.
public testVisit ( ) : string
return string