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

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

공개 메소드들

메소드 설명
testAssignSection ( ) Test service function for assigning section to content.
testCountAssignedContents ( ) Test service function for counting content assigned to section.
testCreateSection ( ) Test service function for creating sections.
testCreateSectionThrowsInvalidArgumentException ( ) Test service function for creating sections throwing InvalidArgumentException.
testDeleteSection ( ) Test service function for deleting sections.
testDeleteSectionThrowsBadStateException ( ) Test service function for deleting sections throwing BadStateException.
testDeleteSectionThrowsNotFoundException ( ) Test service function for deleting sections throwing NotFoundException.
testIsPropertySet ( ) Test if property exists.
testLoadSection ( ) Test service function for loading sections.
testLoadSectionByIdentifier ( ) Test service function for loading section by identifier.
testLoadSectionByIdentifierThrowsNotFoundException ( ) Test service function for loading section by identifier throwing NotFoundException.
testLoadSectionThrowsNotFoundException ( ) Test service function for loading sections throwing NotFoundException.
testLoadSections ( ) Test service function for loading all sections.
testMissingProperty ( ) Test retrieving missing property.
testNewClass ( ) Test a new class and default values on properties.
testNewSectionCreateStruct ( ) Test service function for creating new SectionCreateStruct.
testNewSectionUpdateStruct ( ) Test service function for creating new SectionUpdateStruct.
testReadOnlyProperty ( ) Test setting read only property.
testUnsetProperty ( ) Test unsetting a property.
testUpdateSection ( ) Test service function for updating sections.
testUpdateSectionThrowsInvalidArgumentException ( ) Test service function for updating sections.

메소드 상세

testAssignSection() 공개 메소드

Test service function for assigning section to content.
public testAssignSection ( )

testCountAssignedContents() 공개 메소드

Test service function for counting content assigned to section.

testCreateSection() 공개 메소드

Test service function for creating sections.
public testCreateSection ( )

testCreateSectionThrowsInvalidArgumentException() 공개 메소드

Test service function for creating sections throwing InvalidArgumentException.

testDeleteSection() 공개 메소드

Test service function for deleting sections.
public testDeleteSection ( )

testDeleteSectionThrowsBadStateException() 공개 메소드

Test service function for deleting sections throwing BadStateException.

testDeleteSectionThrowsNotFoundException() 공개 메소드

Test service function for deleting sections throwing NotFoundException.

testIsPropertySet() 공개 메소드

Test if property exists.
public testIsPropertySet ( )

testLoadSection() 공개 메소드

Test service function for loading sections.
public testLoadSection ( )

testLoadSectionByIdentifier() 공개 메소드

Test service function for loading section by identifier.

testLoadSectionByIdentifierThrowsNotFoundException() 공개 메소드

Test service function for loading section by identifier throwing NotFoundException.

testLoadSectionThrowsNotFoundException() 공개 메소드

Test service function for loading sections throwing NotFoundException.

testLoadSections() 공개 메소드

Test service function for loading all sections.
public testLoadSections ( )

testMissingProperty() 공개 메소드

Test retrieving missing property.
public testMissingProperty ( )

testNewClass() 공개 메소드

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

testNewSectionCreateStruct() 공개 메소드

Test service function for creating new SectionCreateStruct.

testNewSectionUpdateStruct() 공개 메소드

Test service function for creating new SectionUpdateStruct.

testReadOnlyProperty() 공개 메소드

Test setting read only property.

testUnsetProperty() 공개 메소드

Test unsetting a property.
public testUnsetProperty ( )

testUpdateSection() 공개 메소드

Test service function for updating sections.
public testUpdateSection ( )

testUpdateSectionThrowsInvalidArgumentException() 공개 메소드

Test service function for updating sections.