Documentation
¶
Overview ¶
Package testutil is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPortal ¶
type MockPortal struct {
// contains filtered or unexported fields
}
MockPortal is a mock of Portal interface.
func NewMockPortal ¶
func NewMockPortal(ctrl *gomock.Controller) *MockPortal
NewMockPortal creates a new mock instance.
func (*MockPortal) EXPECT ¶
func (m *MockPortal) EXPECT() *MockPortalMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPortalMockRecorder ¶
type MockPortalMockRecorder struct {
// contains filtered or unexported fields
}
MockPortalMockRecorder is the mock recorder for MockPortal.
type Portal ¶
type Portal interface { types.EmitPortal }
Click to show internal directories.
Click to hide internal directories.