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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
internalGetVisitor ( ) : RestUserGroupRoleAssignment Get the RestUserGroupRoleAssignment visitor.

Method Details

internalGetVisitor() protected méthode

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

testResultContainsRoleAssignmentAttributes() public méthode

Test if result contains RoleAssignment element attributes.

testResultContainsRoleAssignmentElement() public méthode

Test if result contains RoleAssignment element.

testResultContainsRoleAttributes() public méthode

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

testResultContainsRoleElement() public méthode

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

testVisit() public méthode

Test the RestUserGroupRoleAssignment visitor.
public testVisit ( ) : string
Résultat string