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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsHiddenValueElement ( string $result ) Tests that the result contains hidden value element.
testResultContainsLocationCreateAttributes ( string $result ) Tests that the result contains LocationCreate attributes.
testResultContainsLocationCreateElement ( string $result ) Tests that the result contains LocationCreate element.
testResultContainsParentLocationAttributes ( string $result ) Tests that the result contains ParentLocation attributes.
testResultContainsParentLocationElement ( string $result ) Tests that the result contains ParentLocation element.
testResultContainsPriorityValueElement ( string $result ) Tests that the result contains priority value element.
testResultContainsSortFieldValueElement ( string $result ) Tests that the result contains sortField value element.
testResultContainsSortOrderValueElement ( string $result ) Tests that the result contains sortOrder value element.
testVisit ( ) : string Tests the LocationCreateStruct visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

Gets the LocationCreateStruct visitor.

testResultContainsHiddenValueElement() public method

Tests that the result contains hidden value element.

testResultContainsLocationCreateAttributes() public method

Tests that the result contains LocationCreate attributes.

testResultContainsLocationCreateElement() public method

Tests that the result contains LocationCreate element.

testResultContainsParentLocationAttributes() public method

Tests that the result contains ParentLocation attributes.

testResultContainsParentLocationElement() public method

Tests that the result contains ParentLocation element.

testResultContainsPriorityValueElement() public method

Tests that the result contains priority value element.

testResultContainsSortFieldValueElement() public method

Tests that the result contains sortField value element.

testResultContainsSortOrderValueElement() public method

Tests that the result contains sortOrder value element.

testVisit() public method

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