PHP Класс eZ\Publish\Core\REST\Client\Tests\Input\Parser\LocationTest

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

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

Метод Описание
testParse ( ) : eZ\Publish\API\Repository\Values\Content\Location Tests the location parser.
testResultContainsDepth ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains depth.
testResultContainsHidden ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains hidden property.
testResultContainsId ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains the ID.
testResultContainsInvisible ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains invisible property.
testResultContainsParentLocationId ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains parent location ID.
testResultContainsPathString ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains path string.
testResultContainsPriority ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains the priority.
testResultContainsRemoteId ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains remote ID.
testResultContainsSortField ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains sort field.
testResultContainsSortOrder ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location contains sort order.
testResultIsLocation ( eZ\Publish\API\Repository\Values\Content\Location $result ) Tests that the resulting location is in fact an instance of Location class.

Защищенные методы

Метод Описание
getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\Location; Gets the parser for location.

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

getParser() защищенный Метод

Gets the parser for location.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\Location;
Результат eZ\Publish\Core\REST\Client\Input\Parser\Location;

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

Tests the location parser.
public testParse ( ) : eZ\Publish\API\Repository\Values\Content\Location
Результат eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains depth.
public testResultContainsDepth ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains hidden property.
public testResultContainsHidden ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains the ID.
public testResultContainsId ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains invisible property.
public testResultContainsInvisible ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains parent location ID.
public testResultContainsParentLocationId ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains path string.
public testResultContainsPathString ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains the priority.
public testResultContainsPriority ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains remote ID.
public testResultContainsRemoteId ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains sort field.
public testResultContainsSortField ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location contains sort order.
public testResultContainsSortOrder ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location

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

Tests that the resulting location is in fact an instance of Location class.
public testResultIsLocation ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location