PHP Класс eZ\Publish\Core\Repository\Tests\Service\Integration\ObjectStateBase

Наследование: extends Base
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

testCreateGroup() публичный Метод

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

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.
public testGetContentCount ( )

testGetContentState() публичный Метод

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

testIsPropertySet() публичный Метод

Test if property exists.
public testIsPropertySet ( )

testLoadObjectState() публичный Метод

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

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.
public testMissingProperty ( )

testNewClass() публичный Метод

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

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.
public testSetContentState ( )

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.
public testUnsetProperty ( )

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.