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

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

Public Methods

Method Description
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.

Method Details

testAssignSection() public method

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

testCountAssignedContents() public method

Test service function for counting content assigned to section.

testCreateSection() public method

Test service function for creating sections.
public testCreateSection ( )

testCreateSectionThrowsInvalidArgumentException() public method

Test service function for creating sections throwing InvalidArgumentException.

testDeleteSection() public method

Test service function for deleting sections.
public testDeleteSection ( )

testDeleteSectionThrowsBadStateException() public method

Test service function for deleting sections throwing BadStateException.

testDeleteSectionThrowsNotFoundException() public method

Test service function for deleting sections throwing NotFoundException.

testIsPropertySet() public method

Test if property exists.
public testIsPropertySet ( )

testLoadSection() public method

Test service function for loading sections.
public testLoadSection ( )

testLoadSectionByIdentifier() public method

Test service function for loading section by identifier.

testLoadSectionByIdentifierThrowsNotFoundException() public method

Test service function for loading section by identifier throwing NotFoundException.

testLoadSectionThrowsNotFoundException() public method

Test service function for loading sections throwing NotFoundException.

testLoadSections() public method

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

testMissingProperty() public method

Test retrieving missing property.
public testMissingProperty ( )

testNewClass() public method

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

testNewSectionCreateStruct() public method

Test service function for creating new SectionCreateStruct.

testNewSectionUpdateStruct() public method

Test service function for creating new SectionUpdateStruct.

testReadOnlyProperty() public method

Test setting read only property.

testUnsetProperty() public method

Test unsetting a property.
public testUnsetProperty ( )

testUpdateSection() public method

Test service function for updating sections.
public testUpdateSection ( )

testUpdateSectionThrowsInvalidArgumentException() public method

Test service function for updating sections.