Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Callback ¶
type Callback interface { StartTest(doc *twowaysql.Document, tc twowaysql.TestCase) ExecFixture(doc *twowaysql.Document, tc twowaysql.TestCase) InsertFixtureTable(doc *twowaysql.Document, tc twowaysql.TestCase, tb twowaysql.Table) Exec(doc *twowaysql.Document, tc twowaysql.TestCase) ExecTestQuery(doc *twowaysql.Document, tc twowaysql.TestCase) EndTest(doc *twowaysql.Document, tc twowaysql.TestCase, failure, err error) }
Click to show internal directories.
Click to hide internal directories.