Documentation ¶
Index ¶
- func TestAll(t *testing.T, driverName string, driverFactory DriverFactory)
- func TestBlockIDAfter(t *testing.T, driverFactory DriverFactory)
- func TestBlockIDAt(t *testing.T, driverFactory DriverFactory)
- func TestBlockIDBefore(t *testing.T, driverFactory DriverFactory)
- func TestGetAccount(t *testing.T, driverFactory DriverFactory)
- func TestGetBlock(t *testing.T, driverFactory DriverFactory)
- func TestGetBlockByNum(t *testing.T, driverFactory DriverFactory)
- func TestGetClosestIrreversibleIDAtBlockNum(t *testing.T, driverFactory DriverFactory)
- func TestGetIrreversibleIDAtBlockID(t *testing.T, driverFactory DriverFactory)
- func TestGetLastWrittenBlockID(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionEvents(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionEventsBatch(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionTraces(t *testing.T, driverFactory DriverFactory)
- func TestGetTransactionTracesBatch(t *testing.T, driverFactory DriverFactory)
- func TestListAccountNames(t *testing.T, driverFactory DriverFactory)
- func TestListBlocks(t *testing.T, driverFactory DriverFactory)
- func TestListSiblingBlocks(t *testing.T, driverFactory DriverFactory)
- func TestPutBlock(t *testing.T, driverFactory DriverFactory)
- func TestReadTransactions(t *testing.T, driverFactory DriverFactory)
- func TestUpdateNowIrreversibleBlock(t *testing.T, driverFactory DriverFactory)
- type DriverCleanupFunc
- type DriverFactory
- type DriverTestFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestBlockIDAfter ¶
func TestBlockIDAfter(t *testing.T, driverFactory DriverFactory)
func TestBlockIDAt ¶
func TestBlockIDAt(t *testing.T, driverFactory DriverFactory)
func TestBlockIDBefore ¶
func TestBlockIDBefore(t *testing.T, driverFactory DriverFactory)
func TestGetAccount ¶
func TestGetAccount(t *testing.T, driverFactory DriverFactory)
func TestGetBlock ¶
func TestGetBlock(t *testing.T, driverFactory DriverFactory)
func TestGetBlockByNum ¶
func TestGetBlockByNum(t *testing.T, driverFactory DriverFactory)
func TestGetClosestIrreversibleIDAtBlockNum ¶
func TestGetClosestIrreversibleIDAtBlockNum(t *testing.T, driverFactory DriverFactory)
func TestGetIrreversibleIDAtBlockID ¶
func TestGetIrreversibleIDAtBlockID(t *testing.T, driverFactory DriverFactory)
func TestGetLastWrittenBlockID ¶
func TestGetLastWrittenBlockID(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionEvents ¶
func TestGetTransactionEvents(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionEventsBatch ¶
func TestGetTransactionEventsBatch(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionTraces ¶
func TestGetTransactionTraces(t *testing.T, driverFactory DriverFactory)
func TestGetTransactionTracesBatch ¶
func TestGetTransactionTracesBatch(t *testing.T, driverFactory DriverFactory)
func TestListAccountNames ¶
func TestListAccountNames(t *testing.T, driverFactory DriverFactory)
func TestListBlocks ¶
func TestListBlocks(t *testing.T, driverFactory DriverFactory)
func TestListSiblingBlocks ¶
func TestListSiblingBlocks(t *testing.T, driverFactory DriverFactory)
func TestPutBlock ¶
func TestPutBlock(t *testing.T, driverFactory DriverFactory)
func TestReadTransactions ¶
func TestReadTransactions(t *testing.T, driverFactory DriverFactory)
func TestUpdateNowIrreversibleBlock ¶
func TestUpdateNowIrreversibleBlock(t *testing.T, driverFactory DriverFactory)
Types ¶
type DriverCleanupFunc ¶
type DriverCleanupFunc func()
type DriverFactory ¶
type DriverFactory func() (trxdb.DB, DriverCleanupFunc)
type DriverTestFunc ¶
type DriverTestFunc func(t *testing.T, driverFactory DriverFactory)
Click to show internal directories.
Click to hide internal directories.