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