PHP Class Basho\Tests\ObjectOperationsTest

Inheritance: extends TestCase
Datei anzeigen Open project: basho/riak-php-client

Public Methods

Method Description
setUpBeforeClass ( )
testDelete ( )
testFetchAssociativeArray ( )
testFetchDeleted ( )
testFetchNotFound ( )
testFetchOk ( )
testStoreExisting ( )
testStoreNewWithKey ( )
testStoreNewWithoutKey ( )

Method Details

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testDelete() public method

public testDelete ( )

testFetchAssociativeArray() public method

testFetchDeleted() public method

public testFetchDeleted ( )

testFetchNotFound() public method

public testFetchNotFound ( )

testFetchOk() public method

public testFetchOk ( )

testStoreExisting() public method

public testStoreExisting ( )

testStoreNewWithKey() public method

public testStoreNewWithKey ( )

testStoreNewWithoutKey() public method