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