MCPcopy
hub / github.com/uber-go/nilaway / mockProducingAnnotationTrigger

Struct mockProducingAnnotationTrigger

annotation/helper_test.go:71–73  ·  view source on GitHub ↗

mockProducingAnnotationTrigger is a mock implementation of the ProducingAnnotationTrigger interface

Source from the content-addressed store, hash-verified

69
70// mockProducingAnnotationTrigger is a mock implementation of the ProducingAnnotationTrigger interface
71type mockProducingAnnotationTrigger struct {
72 mock.Mock
73}
74
75func (m *mockProducingAnnotationTrigger) CheckProduce(m2 Map) bool {
76 args := m.Called(m2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected