PHP 클래스 Google\Cloud\Tests\Datastore\OperationTest

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

공개 메소드들

메소드 설명
setUp ( )
testAllocateIds ( )
testAllocateIdsNamedKey ( )
testAllocateIdsToEntities ( )
testCheckOverwrite ( )
testCheckOverwriteWithException ( )
testCheckOverwriteWithFlagEnabled ( )
testCommit ( )
testCommitInTransaction ( )
testCommitWithMutation ( )
testEntity ( )
testEntityCustomClass ( )
testEntityCustomClassInvalidType ( )
testEntityWithKind ( )
testInvalidBatchType ( )
testInvalidKeyType ( )
testKey ( )
testKeyWithNamespaceId ( )
testKeyWithNamespaceIdOverride ( )
testKeys ( )
testKeysAncestors ( )
testKeysId ( )
testKeysName ( )
testKeysNumber ( )
testLookup ( )
testLookupDeferred ( )
testLookupFound ( )
testLookupInvalidKey ( )
testLookupMissing ( )
testLookupWithReadOptionsFromReadConsistency ( )
testLookupWithReadOptionsFromTransaction ( )
testLookupWithSort ( )
testLookupWithSortAndMissingKey ( )
testLookupWithoutReadOptions ( )
testLookupWithoutSort ( )
testMapEntityResult ( )
testMapEntityResultArrayOfClassNames ( )
testMapEntityResultArrayOfClassNamesMissingKindMapItem ( )
testMapEntityResultWithoutProperties ( )
testMutate ( )
testMutateInvalidType ( )
testMutateWithBaseVersion ( )
testMutateWithKey ( )
testNonTransactionalReadOptions ( )
testReadConsistencyInReadOptions ( )
testRollback ( )
testRunQuery ( )
testRunQueryNoResults ( )
testRunQueryPaged ( )
testRunQueryWithReadOptionsFromReadConsistency ( )
testRunQueryWithReadOptionsFromTransaction ( )
testRunQueryWithoutReadOptions ( )
testTransactionInReadOptions ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testAllocateIds() 공개 메소드

public testAllocateIds ( )

testAllocateIdsNamedKey() 공개 메소드

testAllocateIdsToEntities() 공개 메소드

testCheckOverwrite() 공개 메소드

public testCheckOverwrite ( )

testCheckOverwriteWithException() 공개 메소드

testCheckOverwriteWithFlagEnabled() 공개 메소드

testCommit() 공개 메소드

public testCommit ( )

testCommitInTransaction() 공개 메소드

testCommitWithMutation() 공개 메소드

testEntity() 공개 메소드

public testEntity ( )

testEntityCustomClass() 공개 메소드

testEntityCustomClassInvalidType() 공개 메소드

testEntityWithKind() 공개 메소드

public testEntityWithKind ( )

testInvalidBatchType() 공개 메소드

testInvalidKeyType() 공개 메소드

public testInvalidKeyType ( )

testKey() 공개 메소드

public testKey ( )

testKeyWithNamespaceId() 공개 메소드

testKeyWithNamespaceIdOverride() 공개 메소드

testKeys() 공개 메소드

public testKeys ( )

testKeysAncestors() 공개 메소드

public testKeysAncestors ( )

testKeysId() 공개 메소드

public testKeysId ( )

testKeysName() 공개 메소드

public testKeysName ( )

testKeysNumber() 공개 메소드

public testKeysNumber ( )

testLookup() 공개 메소드

public testLookup ( )

testLookupDeferred() 공개 메소드

public testLookupDeferred ( )

testLookupFound() 공개 메소드

public testLookupFound ( )

testLookupInvalidKey() 공개 메소드

testLookupMissing() 공개 메소드

public testLookupMissing ( )

testLookupWithReadOptionsFromReadConsistency() 공개 메소드

testLookupWithReadOptionsFromTransaction() 공개 메소드

testLookupWithSort() 공개 메소드

public testLookupWithSort ( )

testLookupWithSortAndMissingKey() 공개 메소드

testLookupWithoutReadOptions() 공개 메소드

testLookupWithoutSort() 공개 메소드

testMapEntityResult() 공개 메소드

public testMapEntityResult ( )

testMapEntityResultArrayOfClassNames() 공개 메소드

testMapEntityResultArrayOfClassNamesMissingKindMapItem() 공개 메소드

testMapEntityResultWithoutProperties() 공개 메소드

testMutate() 공개 메소드

public testMutate ( )

testMutateInvalidType() 공개 메소드

testMutateWithBaseVersion() 공개 메소드

testMutateWithKey() 공개 메소드

public testMutateWithKey ( )

testNonTransactionalReadOptions() 공개 메소드

testReadConsistencyInReadOptions() 공개 메소드

testRollback() 공개 메소드

public testRollback ( )

testRunQuery() 공개 메소드

public testRunQuery ( )

testRunQueryNoResults() 공개 메소드

testRunQueryPaged() 공개 메소드

public testRunQueryPaged ( )

testRunQueryWithReadOptionsFromReadConsistency() 공개 메소드

testRunQueryWithReadOptionsFromTransaction() 공개 메소드

testRunQueryWithoutReadOptions() 공개 메소드

testTransactionInReadOptions() 공개 메소드