PHP 클래스 eZ\Publish\Core\REST\Client\Tests\Input\Parser\LocationTest

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

공개 메소드들

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