PHP Class Google\Cloud\Tests\Datastore\EntityMapperTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php

Public Methods

Method Description
setUp ( )
testArrayValue ( )
testConvertValueBlob ( )
testConvertValueBlobNotEncoded ( )
testConvertValueDouble ( )
testConvertValueDoubleWithCast ( )
testConvertValueEntityWithIncompleteKey ( )
testConvertValueEntityWithKey ( )
testConvertValueEntityWithoutKey ( )
testConvertValueGeo ( )
testConvertValueInteger ( )
testConvertValueInvalidType ( )
testConvertValueKey ( )
testConvertValueTimestamp ( )
testEmptyArrayValue ( )
testIncomingEntityWithMeaning ( )
testObjectPropertyBlob ( )
testObjectPropertyBlobNotEncoded ( )
testObjectPropertyDateTime ( )
testObjectPropertyEntity ( )
testObjectPropertyGeoPoint ( )
testObjectPropertyInt64 ( )
testObjectPropertyInvalidType ( )
testObjectPropertyKey ( )
testObjectToRequest ( )
testObjectToRequestWithMeaning ( )
testResponesToPropertiesBooleanValue ( )
testResponseToExcludedProperties ( )
testResponseToProperties ( )
testResponseToPropertiesArrayValue ( )
testResponseToPropertiesBlobValue ( )
testResponseToPropertiesDoubleValue ( )
testResponseToPropertiesEntityValue ( )
testResponseToPropertiesGeoPoint ( )
testResponseToPropertiesKeyValue ( )
testResponseToPropertiesNoValuePresent ( )
testResponseToPropertiesNullValue ( )
testResponseToPropertiesTimestampValue ( )
testReturnsInt64AsObject ( )
testValueExcludeFromIndexes ( )
testValueObjectArrayArrayValue ( )
testValueObjectArrayEntityValue ( )
testValueObjectBool ( )
testValueObjectDouble ( )
testValueObjectInt ( )
testValueObjectNull ( )
testValueObjectResource ( )
testValueObjectResourceNotEncoded ( )
testValueObjectString ( )

Method Details

setUp() public method

public setUp ( )

testArrayValue() public method

public testArrayValue ( )

testConvertValueBlob() public method

testConvertValueBlobNotEncoded() public method

testConvertValueDouble() public method

testConvertValueDoubleWithCast() public method

testConvertValueEntityWithIncompleteKey() public method

testConvertValueEntityWithKey() public method

testConvertValueEntityWithoutKey() public method

testConvertValueGeo() public method

public testConvertValueGeo ( )

testConvertValueInteger() public method

testConvertValueInvalidType() public method

testConvertValueKey() public method

public testConvertValueKey ( )

testConvertValueTimestamp() public method

testEmptyArrayValue() public method

public testEmptyArrayValue ( )

testIncomingEntityWithMeaning() public method

testObjectPropertyBlob() public method

testObjectPropertyBlobNotEncoded() public method

testObjectPropertyDateTime() public method

testObjectPropertyEntity() public method

testObjectPropertyGeoPoint() public method

testObjectPropertyInt64() public method

testObjectPropertyInvalidType() public method

testObjectPropertyKey() public method

testObjectToRequest() public method

public testObjectToRequest ( )

testObjectToRequestWithMeaning() public method

testResponesToPropertiesBooleanValue() public method

testResponseToExcludedProperties() public method

testResponseToProperties() public method

testResponseToPropertiesArrayValue() public method

testResponseToPropertiesBlobValue() public method

testResponseToPropertiesDoubleValue() public method

testResponseToPropertiesEntityValue() public method

testResponseToPropertiesGeoPoint() public method

testResponseToPropertiesKeyValue() public method

testResponseToPropertiesNoValuePresent() public method

testResponseToPropertiesNullValue() public method

testResponseToPropertiesTimestampValue() public method

testReturnsInt64AsObject() public method

testValueExcludeFromIndexes() public method

testValueObjectArrayArrayValue() public method

testValueObjectArrayEntityValue() public method

testValueObjectBool() public method

public testValueObjectBool ( )

testValueObjectDouble() public method

testValueObjectInt() public method

public testValueObjectInt ( )

testValueObjectNull() public method

public testValueObjectNull ( )

testValueObjectResource() public method

testValueObjectResourceNotEncoded() public method

testValueObjectString() public method