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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsRoleAssignmentAttributes ( string $result ) Test if result contains RoleAssignment element attributes.
testResultContainsRoleAssignmentElement ( string $result ) Test if result contains RoleAssignment element.
testResultContainsRoleAttributes ( string $result ) Test if result contains Role element attributes.
testResultContainsRoleElement ( string $result ) Test if result contains Role element.
testVisit ( ) : string Test the RestUserGroupRoleAssignment visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

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

testResultContainsRoleAssignmentAttributes() public method

Test if result contains RoleAssignment element attributes.

testResultContainsRoleAssignmentElement() public method

Test if result contains RoleAssignment element.

testResultContainsRoleAttributes() public method

Test if result contains Role element attributes.
public testResultContainsRoleAttributes ( string $result )
$result string

testResultContainsRoleElement() public method

Test if result contains Role element.
public testResultContainsRoleElement ( string $result )
$result string

testVisit() public method

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