| 22 | } |
| 23 | |
| 24 | type MessageSuite struct { |
| 25 | suite.Suite |
| 26 | db *testdb.Database |
| 27 | a *MessageAPI |
| 28 | ctx *gin.Context |
| 29 | recorder *httptest.ResponseRecorder |
| 30 | notifiedMessage *model.MessageExternal |
| 31 | } |
| 32 | |
| 33 | func (s *MessageSuite) BeforeTest(suiteName, testName string) { |
| 34 | mode.Set(mode.TestDev) |
nothing calls this directly
no outgoing calls
no test coverage detected