MockLineChartMockRecorder is the mock recorder for MockLineChart.
| 24 | |
| 25 | // MockLineChartMockRecorder is the mock recorder for MockLineChart. |
| 26 | type MockLineChartMockRecorder struct { |
| 27 | mock *MockLineChart |
| 28 | } |
| 29 | |
| 30 | // NewMockLineChart creates a new mock instance. |
| 31 | func NewMockLineChart(ctrl *gomock.Controller) *MockLineChart { |
nothing calls this directly
no outgoing calls
no test coverage detected