Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPassiveModule ¶
type MockPassiveModule struct {
// contains filtered or unexported fields
}
MockPassiveModule is a slightly more user-friendly wrapper around gomock_modules.MockPassiveModule.
func NewMockPassiveModule ¶
func NewMockPassiveModule(ctrl *gomock.Controller) *MockPassiveModule
func (*MockPassiveModule) ApplyEvents ¶
ApplyEvents applies a list of input events to the module, making it advance its state and returns a (potentially empty) list of output events that the application of the input events results in.
func (*MockPassiveModule) EXPECT ¶
func (m *MockPassiveModule) EXPECT() *mock_internal.MockModuleImplMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPassiveModule) ImplementsModule ¶
func (m *MockPassiveModule) ImplementsModule()
ImplementsModule only serves the purpose of indicating that this is a Module and must not be called.
Directories ¶
Path | Synopsis |
---|---|
mock_internal
Package mock_internal is a generated GoMock package.
|
Package mock_internal is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.