blob: 68c664f57cf389399074d757963d61645546aac4 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Code generated by mockery v1.0.0. DO NOT EDIT.
// This comment works around https://github.com/vektra/mockery/issues/155
package common
import cli "github.com/urfave/cli"
import mock "github.com/stretchr/testify/mock"
// MockCommander is an autogenerated mock type for the Commander type
type MockCommander struct {
mock.Mock
}
// Execute provides a mock function with given fields: c
func (_m *MockCommander) Execute(c *cli.Context) {
_m.Called(c)
}
|