PHP Class Basho\Tests\TimeSeriesOperationsTest

Inheritance: extends TestCase, use trait TimeSeriesTrait
Datei anzeigen Open project: basho/riak-php-client

Public Methods

Method Description
setUpBeforeClass ( )
tearDownAfterClass ( )
testCreateTable ( )
testDeleteRow ( )
testFetchRow ( )
testFetchRowNotFound ( )
testFetchTableDescription ( )
testFetchTableDescriptionNotFound ( )
testQuery ( )
testQueryNotFound ( )
testStoreRow ( )
testStoreRows ( )

Method Details

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

testCreateTable() public method

public testCreateTable ( )

testDeleteRow() public method

public testDeleteRow ( )

testFetchRow() public method

public testFetchRow ( )

testFetchRowNotFound() public method

testFetchTableDescription() public method

testFetchTableDescriptionNotFound() public method

testQuery() public method

public testQuery ( )

testQueryNotFound() public method

public testQueryNotFound ( )

testStoreRow() public method

public testStoreRow ( )

testStoreRows() public method

public testStoreRows ( )