PHP Class eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\LimitationTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsLimitationAttributes ( string $result ) Tests that the result contains limitation attributes.
testResultContainsLimitationElement ( string $result ) Tests that the result contains limitation element.
testResultContainsValuesElement ( string $result ) Tests that the result contains values element.
testVisit ( ) : string Tests the Limitation visitor.

Protected Methods

Method Description
internalGetVisitor ( ) : Limitation Gets the Limitation visitor.

Method Details

internalGetVisitor() protected method

Gets the Limitation visitor.
protected internalGetVisitor ( ) : Limitation
return eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\Limitation

testResultContainsLimitationAttributes() public method

Tests that the result contains limitation attributes.

testResultContainsLimitationElement() public method

Tests that the result contains limitation element.

testResultContainsValuesElement() public method

Tests that the result contains values element.
public testResultContainsValuesElement ( string $result )
$result string

testVisit() public method

Tests the Limitation visitor.
public testVisit ( ) : string
return string