MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / TestDrop

Function TestDrop

engine/engine_test.go:32–41  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

30}
31
32func TestDrop(t *testing.T) {
33 simpleDropCase := engineDBContentTestSuite{
34 inputs: []string{
35 "CREATE TABLE tb1( one TEXT, two INT, three INT, four TEXT );",
36 "DROP TABLE tb1;",
37 },
38 expectedTableNames: []string{},
39 }
40 simpleDropCase.runTestSuite(t)
41}
42
43func TestSelectCommand(t *testing.T) {
44 engineTestSuite := engineTableContentTestSuite{

Callers

nothing calls this directly

Calls 1

runTestSuiteMethod · 0.95

Tested by

no test coverage detected