()
| 62 | } |
| 63 | |
| 64 | func (s *CompatSuite) TestInstantiatePlugin() { |
| 65 | inst := s.p.NewPluginInstance(UserContext{ |
| 66 | ID: 1, |
| 67 | Name: "test", |
| 68 | }) |
| 69 | |
| 70 | assert.NotNil(s.T(), inst) |
| 71 | } |
| 72 | |
| 73 | func (s *CompatSuite) TestGetCapabilities() { |
| 74 | inst := s.p.NewPluginInstance(UserContext{ |
nothing calls this directly
no test coverage detected