(t *testing.T)
| 368 | } |
| 369 | |
| 370 | func TestGetSqliteTableInfo(t *testing.T) { |
| 371 | info, err := GetSqliteTableInfo("..\\..\\..\\test\\sql\\sqlite\\sponge.db", "user_order") |
| 372 | t.Log(err, info) |
| 373 | } |
| 374 | |
| 375 | func TestGetMongodbTableInfo(t *testing.T) { |
| 376 | var ( |
nothing calls this directly
no test coverage detected