Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAppConfigProperties ¶
type MockAppConfigProperties struct {
// contains filtered or unexported fields
}
MockAppConfigProperties is a mock of AppConfigProperties interface
func NewMockAppConfigProperties ¶
func NewMockAppConfigProperties(ctrl *gomock.Controller) *MockAppConfigProperties
NewMockAppConfigProperties creates a new mock instance
func (*MockAppConfigProperties) EXPECT ¶
func (m *MockAppConfigProperties) EXPECT() *MockAppConfigPropertiesMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAppConfigProperties) Get ¶
func (m *MockAppConfigProperties) Get(key string) string
Get mocks base method
type MockAppConfigPropertiesMockRecorder ¶
type MockAppConfigPropertiesMockRecorder struct {
// contains filtered or unexported fields
}
MockAppConfigPropertiesMockRecorder is the mock recorder for MockAppConfigProperties
func (*MockAppConfigPropertiesMockRecorder) Get ¶
func (mr *MockAppConfigPropertiesMockRecorder) Get(key interface{}) *gomock.Call
Get indicates an expected call of Get
type MockBufioUtils ¶
type MockBufioUtils struct {
// contains filtered or unexported fields
}
MockBufioUtils is a mock of BufioUtils interface
func NewMockBufioUtils ¶
func NewMockBufioUtils(ctrl *gomock.Controller) *MockBufioUtils
NewMockBufioUtils creates a new mock instance
func (*MockBufioUtils) EXPECT ¶
func (m *MockBufioUtils) EXPECT() *MockBufioUtilsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBufioUtils) NewScanner ¶
func (m *MockBufioUtils) NewScanner(r io.Reader) *bufio.Scanner
NewScanner mocks base method
type MockBufioUtilsMockRecorder ¶
type MockBufioUtilsMockRecorder struct {
// contains filtered or unexported fields
}
MockBufioUtilsMockRecorder is the mock recorder for MockBufioUtils
func (*MockBufioUtilsMockRecorder) NewScanner ¶
func (mr *MockBufioUtilsMockRecorder) NewScanner(r interface{}) *gomock.Call
NewScanner indicates an expected call of NewScanner
type MockOsUtils ¶
type MockOsUtils struct {
// contains filtered or unexported fields
}
MockOsUtils is a mock of OsUtils interface
func NewMockOsUtils ¶
func NewMockOsUtils(ctrl *gomock.Controller) *MockOsUtils
NewMockOsUtils creates a new mock instance
func (*MockOsUtils) EXPECT ¶
func (m *MockOsUtils) EXPECT() *MockOsUtilsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOsUtils) Getenv ¶
func (m *MockOsUtils) Getenv(key string) string
Getenv mocks base method
func (*MockOsUtils) Open ¶
func (m *MockOsUtils) Open(name string) (*os.File, error)
Open mocks base method
func (*MockOsUtils) PathExists ¶
func (m *MockOsUtils) PathExists(path string) (bool, error)
PathExists mocks base method
type MockOsUtilsMockRecorder ¶
type MockOsUtilsMockRecorder struct {
// contains filtered or unexported fields
}
MockOsUtilsMockRecorder is the mock recorder for MockOsUtils
func (*MockOsUtilsMockRecorder) Getenv ¶
func (mr *MockOsUtilsMockRecorder) Getenv(key interface{}) *gomock.Call
Getenv indicates an expected call of Getenv
func (*MockOsUtilsMockRecorder) Open ¶
func (mr *MockOsUtilsMockRecorder) Open(name interface{}) *gomock.Call
Open indicates an expected call of Open
func (*MockOsUtilsMockRecorder) PathExists ¶
func (mr *MockOsUtilsMockRecorder) PathExists(path interface{}) *gomock.Call
PathExists indicates an expected call of PathExists