package
3.8.0+incompatible
Repository: https://github.com/azylman/getl.git
Documentation: pkg.go.dev

# Functions

CompareTables takes in a config of comparisons and runs them.
Consumed tests that a table has been completely consumed: that is to say, there are no more remaining Rows to read.
GetRows returns a slice of all the rows in a table.
HasRows tests that a table has the correct number of rows, and returns all the rows.
Stop tests that a Table correctly implements Stop.

# Structs

TableCompareConfig contains a config for comparing two tables in a set of tests.