MCPcopy Create free account
hub / github.com/gotify/server / TestMessageSuite

Function TestMessageSuite

api/message_test.go:20–22  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

18)
19
20func TestMessageSuite(t *testing.T) {
21 suite.Run(t, new(MessageSuite))
22}
23
24type MessageSuite struct {
25 suite.Suite

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…