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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsIdentifierValueElement ( string $result ) Tests that the result contains identifier value element.
testResultContainsRoleInputAttributes ( string $result ) Tests that the result contains RoleInput attributes.
testResultContainsRoleInputElement ( string $result ) Tests that the result contains RoleInput element.
testVisit ( ) : string Tests the RoleCreateStruct visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

Gets the RoleCreateStruct visitor.

testResultContainsIdentifierValueElement() public method

Tests that the result contains identifier value element.

testResultContainsRoleInputAttributes() public method

Tests that the result contains RoleInput attributes.

testResultContainsRoleInputElement() public method

Tests that the result contains RoleInput element.
public testResultContainsRoleInputElement ( string $result )
$result string

testVisit() public method

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