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

Method TestGetPluginInfo

plugin/manager_test.go:341–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339}
340
341func (s *ManagerSuite) TestGetPluginInfo() {
342 assert.Equal(s.T(), mock.Name, s.manager.PluginInfo(mock.ModulePath).Name)
343}
344
345func (s *ManagerSuite) TestGetPluginInfo_notFound_doNotPanic() {
346 assert.NotPanics(s.T(), func() {

Callers

nothing calls this directly

Calls 1

PluginInfoMethod · 0.65

Tested by

no test coverage detected