PHP 클래스 Google\Cloud\Tests\Datastore\Query\QueryTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php

공개 메소드들

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

메소드 상세

setUp() 공개 메소드

public setUp ( )

testCanPaginateFlagIsTrue() 공개 메소드

testConstructorOptions() 공개 메소드

testDistinctOn() 공개 메소드

public testDistinctOn ( )

testDistinctOnWithArrayArgument() 공개 메소드

testEnd() 공개 메소드

public testEnd ( )

testFilter() 공개 메소드

public testFilter ( )

testFilterCustomOperator() 공개 메소드

testFilterInvalidOperator() 공개 메소드

testHasAncestorWithKeyObject() 공개 메소드

testJsonSerialize() 공개 메소드

public testJsonSerialize ( )

testKeysOnly() 공개 메소드

public testKeysOnly ( )

testKind() 공개 메소드

public testKind ( )

testKindWithArrayArgument() 공개 메소드

testLimit() 공개 메소드

public testLimit ( )

testOffset() 공개 메소드

public testOffset ( )

testOperatorConstantsDefault() 공개 메소드

testOperatorConstantsEquals() 공개 메소드

testOperatorConstantsGreaterThan() 공개 메소드

testOperatorConstantsGreaterThanOrEqual() 공개 메소드

testOperatorConstantsHasAncestor() 공개 메소드

testOperatorConstantsLessThan() 공개 메소드

testOperatorConstantsLessThanOrEqual() 공개 메소드

testOrder() 공개 메소드

public testOrder ( )

testOrderWithDefaultDireciton() 공개 메소드

testProjection() 공개 메소드

public testProjection ( )

testProjectionWithArrayArgument() 공개 메소드

testQueryKeyIsCorrect() 공개 메소드

testShortOperatorEquals() 공개 메소드

testShortOperatorGreaterThan() 공개 메소드

testShortOperatorGreaterThanOrEqual() 공개 메소드

testShortOperatorLessThan() 공개 메소드

testShortOperatorLessThanOrEqual() 공개 메소드

testStart() 공개 메소드

public testStart ( )