PHP Class Google\Cloud\Tests\Datastore\DatastoreSessionHandlerTest

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

Public Methods

Method Description
setUp ( )
testClose ( )
testDefaultGcDoesNothing ( )
testDestroy ( )
testDestroyWithException ( )
testGc ( )
testGcWithException ( )
testOpen ( )
testOpenNotAllowed ( )
testOpenReserved ( )
testReadEntity ( )
testReadNothing ( )
testReadWithException ( )
testWrite ( )
testWriteWithException ( )

Method Details

setUp() public method

public setUp ( )

testClose() public method

public testClose ( )

testDefaultGcDoesNothing() public method

testDestroy() public method

public testDestroy ( )

testDestroyWithException() public method

testGc() public method

public testGc ( )

testGcWithException() public method

public testGcWithException ( )

testOpen() public method

public testOpen ( )

testOpenNotAllowed() public method

public testOpenNotAllowed ( )

testOpenReserved() public method

public testOpenReserved ( )

testReadEntity() public method

public testReadEntity ( )

testReadNothing() public method

public testReadNothing ( )

testReadWithException() public method

testWrite() public method

public testWrite ( )

testWriteWithException() public method