Documentation ¶
Index ¶
- func CompareTables(t *testing.T, configs []TableCompareConfig)
- func Consumed(t *testing.T, table optimus.Table)
- func GetRows(table optimus.Table) []optimus.Row
- func HasRows(t *testing.T, table optimus.Table, expected int) []optimus.Row
- func Stop(t *testing.T, table optimus.Table)
- type TableCompareConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareTables ¶
func CompareTables(t *testing.T, configs []TableCompareConfig)
func Consumed ¶
Consumed tests that a table has been completely consumed: that is to say, there are no more remaining Rows to read.
Types ¶
type TableCompareConfig ¶
Click to show internal directories.
Click to hide internal directories.