Documentation ¶
Overview ¶
Package mock_ioutilwrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIOUtil ¶
type MockIOUtil struct {
// contains filtered or unexported fields
}
MockIOUtil is a mock of IOUtil interface.
func NewMockIOUtil ¶
func NewMockIOUtil(ctrl *gomock.Controller) *MockIOUtil
NewMockIOUtil creates a new mock instance.
func (*MockIOUtil) EXPECT ¶
func (m *MockIOUtil) EXPECT() *MockIOUtilMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIOUtilMockRecorder ¶
type MockIOUtilMockRecorder struct {
// contains filtered or unexported fields
}
MockIOUtilMockRecorder is the mock recorder for MockIOUtil.
func (*MockIOUtilMockRecorder) ReadDir ¶
func (mr *MockIOUtilMockRecorder) ReadDir(arg0 interface{}) *gomock.Call
ReadDir indicates an expected call of ReadDir.
func (*MockIOUtilMockRecorder) ReadFile ¶
func (mr *MockIOUtilMockRecorder) ReadFile(arg0 interface{}) *gomock.Call
ReadFile indicates an expected call of ReadFile.
Click to show internal directories.
Click to hide internal directories.