MCPcopy Index your code
hub / github.com/gotify/server / MessageSuite

Struct MessageSuite

api/message_test.go:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type 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
33func (s *MessageSuite) BeforeTest(suiteName, testName string) {
34 mode.Set(mode.TestDev)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected