PHP Class Google\Cloud\Tests\Datastore\Query\QueryTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: GoogleCloudPlatform/gcloud-php

Méthodes publiques

Méthode Description
setUp ( )
testCanPaginateFlagIsTrue ( )
testConstructorOptions ( )
testDistinctOn ( )
testDistinctOnWithArrayArgument ( )
testEnd ( )
testFilter ( )
testFilterCustomOperator ( )
testFilterInvalidOperator ( )
testHasAncestorWithKeyObject ( )
testJsonSerialize ( )
testKeysOnly ( )
testKind ( )
testKindWithArrayArgument ( )
testLimit ( )
testOffset ( )
testOperatorConstantsDefault ( )
testOperatorConstantsEquals ( )
testOperatorConstantsGreaterThan ( )
testOperatorConstantsGreaterThanOrEqual ( )
testOperatorConstantsHasAncestor ( )
testOperatorConstantsLessThan ( )
testOperatorConstantsLessThanOrEqual ( )
testOrder ( )
testOrderWithDefaultDireciton ( )
testProjection ( )
testProjectionWithArrayArgument ( )
testQueryKeyIsCorrect ( )
testShortOperatorEquals ( )
testShortOperatorGreaterThan ( )
testShortOperatorGreaterThanOrEqual ( )
testShortOperatorLessThan ( )
testShortOperatorLessThanOrEqual ( )
testStart ( )

Method Details

setUp() public méthode

public setUp ( )

testCanPaginateFlagIsTrue() public méthode

testConstructorOptions() public méthode

testDistinctOn() public méthode

public testDistinctOn ( )

testDistinctOnWithArrayArgument() public méthode

testEnd() public méthode

public testEnd ( )

testFilter() public méthode

public testFilter ( )

testFilterCustomOperator() public méthode

testFilterInvalidOperator() public méthode

testHasAncestorWithKeyObject() public méthode

testJsonSerialize() public méthode

public testJsonSerialize ( )

testKeysOnly() public méthode

public testKeysOnly ( )

testKind() public méthode

public testKind ( )

testKindWithArrayArgument() public méthode

testLimit() public méthode

public testLimit ( )

testOffset() public méthode

public testOffset ( )

testOperatorConstantsDefault() public méthode

testOperatorConstantsEquals() public méthode

testOperatorConstantsGreaterThan() public méthode

testOperatorConstantsGreaterThanOrEqual() public méthode

testOperatorConstantsHasAncestor() public méthode

testOperatorConstantsLessThan() public méthode

testOperatorConstantsLessThanOrEqual() public méthode

testOrder() public méthode

public testOrder ( )

testOrderWithDefaultDireciton() public méthode

testProjection() public méthode

public testProjection ( )

testProjectionWithArrayArgument() public méthode

testQueryKeyIsCorrect() public méthode

testShortOperatorEquals() public méthode

testShortOperatorGreaterThan() public méthode

testShortOperatorGreaterThanOrEqual() public méthode

testShortOperatorLessThan() public méthode

testShortOperatorLessThanOrEqual() public méthode

testStart() public méthode

public testStart ( )