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

Function TestApplicationSuite

api/application_test.go:31–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

29)
30
31func TestApplicationSuite(t *testing.T) {
32 suite.Run(t, new(ApplicationSuite))
33}
34
35type ApplicationSuite struct {
36 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…