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