MCPcopy
hub / github.com/gotify/server / AfterTest

Method AfterTest

api/application_test.go:61–65  ·  view source on GitHub ↗
(suiteName, testName string)

Source from the content-addressed store, hash-verified

59}
60
61func (s *ApplicationSuite) AfterTest(suiteName, testName string) {
62 generateApplicationToken = originalGenerateApplicationToken
63 generateImageName = originalGenerateImageName
64 s.db.Close()
65}
66
67func (s *ApplicationSuite) Test_CreateApplication_mapAllParameters() {
68 s.db.User(5)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected