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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsLocationUpdateAttributes ( string $result ) Tests that the result contains LocationUpdate attributes.
testResultContainsLocationUpdateElement ( string $result ) Tests that the result contains LocationUpdate element.
testResultContainsPriorityValueElement ( string $result ) Tests that the result contains priority value element.
testResultContainsRemoteIdValueElement ( string $result ) Tests that the result contains remoteId 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 LocationUpdateStruct visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

Gets the LocationUpdateStruct visitor.

testResultContainsLocationUpdateAttributes() public method

Tests that the result contains LocationUpdate attributes.

testResultContainsLocationUpdateElement() public method

Tests that the result contains LocationUpdate element.

testResultContainsPriorityValueElement() public method

Tests that the result contains priority value element.

testResultContainsRemoteIdValueElement() public method

Tests that the result contains remoteId 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 LocationUpdateStruct visitor.
public testVisit ( ) : string
return string