(t *testing.T)
| 29 | ) |
| 30 | |
| 31 | func TestApplicationSuite(t *testing.T) { |
| 32 | suite.Run(t, new(ApplicationSuite)) |
| 33 | } |
| 34 | |
| 35 | type ApplicationSuite struct { |
| 36 | suite.Suite |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…