PHP Class eZ\Publish\Core\Repository\Tests\Service\Integration\ObjectStateBase

Inheritance: extends Base
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testCreateGroup ( ) Test service method for creating object state group.
testCreateGroupThrowsInvalidArgumentException ( ) Test service method for creating object state group throwing InvalidArgumentException.
testCreateObjectState ( ) Test service method for creating object state.
testCreateObjectStateInEmptyGroup ( ) Test service method for creating object state in empty group.
testCreateObjectStateThrowsInvalidArgumentException ( ) Test service method for creating object state throwing InvalidArgumentException.
testDeleteObjectState ( ) Test service method for deleting object state.
testDeleteObjectStateGroup ( ) Test service method for deleting object state group.
testGetContentCount ( ) Test service method for getting the count of content assigned to object state.
testGetContentState ( ) Test service method for getting the object state of content.
testIsPropertySet ( ) Test if property exists.
testLoadObjectState ( ) Test service method for loading object state.
testLoadObjectStateGroup ( ) Test service method for loading object state group.
testLoadObjectStateGroupThrowsNotFoundException ( ) Test service method for loading object state group throwing NotFoundException.
testLoadObjectStateGroups ( ) Test service method for loading object state groups.
testLoadObjectStateThrowsNotFoundException ( ) Test service method for loading object state throwing NotFoundException.
testLoadObjectStates ( ) Test service method for loading object states within a group.
testMissingProperty ( ) Test retrieving missing property.
testNewClass ( ) Test a new class and default values on properties.
testNewObjectStateCreateStruct ( ) Test service method for creating a new object state create struct object.
testNewObjectStateGroupCreateStruct ( ) Test service method for creating a new object state group create struct object.
testNewObjectStateGroupUpdateStruct ( ) Test service method for creating a new object state group update struct object.
testNewObjectStateUpdateStruct ( ) Test service method for creating a new object state update struct object.
testPartiallyUpdateObjectState ( ) Test service method for partially updating object state.
testPartiallyUpdateObjectStateGroup ( ) Test service method for partially updating object state group.
testReadOnlyProperty ( ) Test setting read only property.
testSetContentState ( ) Test service method for setting the object state to content.
testSetContentStateThrowsInvalidArgumentException ( ) Test service method for setting the object state to content throwing InvalidArgumentException.
testSetPriorityOfObjectState ( ) Test service method for setting the priority of object state.
testUnsetProperty ( ) Test unsetting a property.
testUpdateObjectState ( ) Test service method for updating object state.
testUpdateObjectStateGroup ( ) Test service method for updating object state group.
testUpdateObjectStateGroupThrowsInvalidArgumentException ( ) Test service method for updating object state group throwing InvalidArgumentException.
testUpdateObjectStateThrowsInvalidArgumentException ( ) Test service method for updating object state throwing InvalidArgumentException.

Method Details

testCreateGroup() public method

Test service method for creating object state group.
public testCreateGroup ( )

testCreateGroupThrowsInvalidArgumentException() public method

Test service method for creating object state group throwing InvalidArgumentException.

testCreateObjectState() public method

Test service method for creating object state.

testCreateObjectStateInEmptyGroup() public method

Test service method for creating object state in empty group.

testCreateObjectStateThrowsInvalidArgumentException() public method

Test service method for creating object state throwing InvalidArgumentException.

testDeleteObjectState() public method

Test service method for deleting object state.

testDeleteObjectStateGroup() public method

Test service method for deleting object state group.

testGetContentCount() public method

Test service method for getting the count of content assigned to object state.
public testGetContentCount ( )

testGetContentState() public method

Test service method for getting the object state of content.
public testGetContentState ( )

testIsPropertySet() public method

Test if property exists.
public testIsPropertySet ( )

testLoadObjectState() public method

Test service method for loading object state.
public testLoadObjectState ( )

testLoadObjectStateGroup() public method

Test service method for loading object state group.

testLoadObjectStateGroupThrowsNotFoundException() public method

Test service method for loading object state group throwing NotFoundException.

testLoadObjectStateGroups() public method

Test service method for loading object state groups.

testLoadObjectStateThrowsNotFoundException() public method

Test service method for loading object state throwing NotFoundException.

testLoadObjectStates() public method

Test service method for loading object states within a group.

testMissingProperty() public method

Test retrieving missing property.
public testMissingProperty ( )

testNewClass() public method

Test a new class and default values on properties.
public testNewClass ( )

testNewObjectStateCreateStruct() public method

Test service method for creating a new object state create struct object.

testNewObjectStateGroupCreateStruct() public method

Test service method for creating a new object state group create struct object.

testNewObjectStateGroupUpdateStruct() public method

Test service method for creating a new object state group update struct object.

testNewObjectStateUpdateStruct() public method

Test service method for creating a new object state update struct object.

testPartiallyUpdateObjectState() public method

Test service method for partially updating object state.

testPartiallyUpdateObjectStateGroup() public method

Test service method for partially updating object state group.

testReadOnlyProperty() public method

Test setting read only property.

testSetContentState() public method

Test service method for setting the object state to content.
public testSetContentState ( )

testSetContentStateThrowsInvalidArgumentException() public method

Test service method for setting the object state to content throwing InvalidArgumentException.

testSetPriorityOfObjectState() public method

Test service method for setting the priority of object state.

testUnsetProperty() public method

Test unsetting a property.
public testUnsetProperty ( )

testUpdateObjectState() public method

Test service method for updating object state.

testUpdateObjectStateGroup() public method

Test service method for updating object state group.

testUpdateObjectStateGroupThrowsInvalidArgumentException() public method

Test service method for updating object state group throwing InvalidArgumentException.

testUpdateObjectStateThrowsInvalidArgumentException() public method

Test service method for updating object state throwing InvalidArgumentException.