PHP 클래스 eZ\Publish\Core\Repository\Tests\Service\Integration\ObjectStateBase

상속: extends Base
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
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.