Exemplo n.º 1
0
func TestPostgresSuite(t *testing.T) {
	suite.Run(t, new(postgresTest))
}
Exemplo n.º 2
0
func TestAdapterSuite(t *testing.T) {
	suite.Run(t, new(adapterTest))
}
Exemplo n.º 3
0
func TestTxDatabaseSuite(t *testing.T) {
	suite.Run(t, new(txDatabaseTest))
}
Exemplo n.º 4
0
func TestDatasetAdapterSuite(t *testing.T) {
	suite.Run(t, new(datasetAdapterTest))
}
Exemplo n.º 5
0
func TestMysqlSuite(t *testing.T) {
	suite.Run(t, new(mysqlTest))
}
Exemplo n.º 6
0
func TestCrudExecSuite(t *testing.T) {
	suite.Run(t, new(crudExecTest))
}
Exemplo n.º 7
0
func TestSqlite3Suite(t *testing.T) {
	suite.Run(t, new(sqlite3Test))
}
Exemplo n.º 8
0
func TestDatasetSuite(t *testing.T) {
	suite.Run(t, new(datasetTest))
}