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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testObjectStateListVisitsChildren ( ) Test if ObjectStateList visitor visits the children.
testResultContainsObjectStateListAttributes ( string $result ) Test if result contains ObjectStateList element attributes.
testResultContainsObjectStateListElement ( string $result ) Test if result contains ObjectStateList element.
testVisit ( ) : string Test the ObjectStateList visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

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

testObjectStateListVisitsChildren() public method

Test if ObjectStateList visitor visits the children.

testResultContainsObjectStateListAttributes() public method

Test if result contains ObjectStateList element attributes.

testResultContainsObjectStateListElement() public method

Test if result contains ObjectStateList element.

testVisit() public method

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