gitlab.com/jfprevost/gitlab-runner-notlscheck@v11.11.4+incompatible/common/mock_Commander.go (about)

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