Documentation
¶
Overview ¶
Package mockdbfiledirpathprovider is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDBFileDirPathProvidable ¶
type MockDBFileDirPathProvidable struct {
// contains filtered or unexported fields
}
MockDBFileDirPathProvidable is a mock of DBFileDirPathProvidable interface.
func NewMockDBFileDirPathProvidable ¶
func NewMockDBFileDirPathProvidable(ctrl *gomock.Controller) *MockDBFileDirPathProvidable
NewMockDBFileDirPathProvidable creates a new mock instance.
func (*MockDBFileDirPathProvidable) EXPECT ¶
func (m *MockDBFileDirPathProvidable) EXPECT() *MockDBFileDirPathProvidableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDBFileDirPathProvidable) GetJrpDBFileDirPath ¶
func (m *MockDBFileDirPathProvidable) GetJrpDBFileDirPath() (string, error)
GetJrpDBFileDirPath mocks base method.
func (*MockDBFileDirPathProvidable) GetWNJpnDBFileDirPath ¶
func (m *MockDBFileDirPathProvidable) GetWNJpnDBFileDirPath() (string, error)
GetWNJpnDBFileDirPath mocks base method.
type MockDBFileDirPathProvidableMockRecorder ¶
type MockDBFileDirPathProvidableMockRecorder struct {
// contains filtered or unexported fields
}
MockDBFileDirPathProvidableMockRecorder is the mock recorder for MockDBFileDirPathProvidable.
func (*MockDBFileDirPathProvidableMockRecorder) GetJrpDBFileDirPath ¶
func (mr *MockDBFileDirPathProvidableMockRecorder) GetJrpDBFileDirPath() *gomock.Call
GetJrpDBFileDirPath indicates an expected call of GetJrpDBFileDirPath.
func (*MockDBFileDirPathProvidableMockRecorder) GetWNJpnDBFileDirPath ¶
func (mr *MockDBFileDirPathProvidableMockRecorder) GetWNJpnDBFileDirPath() *gomock.Call
GetWNJpnDBFileDirPath indicates an expected call of GetWNJpnDBFileDirPath.
Click to show internal directories.
Click to hide internal directories.