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

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

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

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