mockProducingAnnotationTrigger is a mock implementation of the ProducingAnnotationTrigger interface
| 69 | |
| 70 | // mockProducingAnnotationTrigger is a mock implementation of the ProducingAnnotationTrigger interface |
| 71 | type mockProducingAnnotationTrigger struct { |
| 72 | mock.Mock |
| 73 | } |
| 74 | |
| 75 | func (m *mockProducingAnnotationTrigger) CheckProduce(m2 Map) bool { |
| 76 | args := m.Called(m2) |
nothing calls this directly
no outgoing calls
no test coverage detected