(t *testing.T)
| 19 | } |
| 20 | |
| 21 | func TestDatabaseSuite(t *testing.T) { |
| 22 | suite.Run(t, new(DatabaseSuite)) |
| 23 | } |
| 24 | |
| 25 | type DatabaseSuite struct { |
| 26 | suite.Suite |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…