Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUDPconnection ¶
type MockUDPconnection struct {
// contains filtered or unexported fields
}
MockUDPconnection is a mock of UDPconnection interface.
func NewMockUDPconnection ¶
func NewMockUDPconnection(ctrl *gomock.Controller) *MockUDPconnection
NewMockUDPconnection creates a new mock instance.
func (*MockUDPconnection) Close ¶
func (m *MockUDPconnection) Close() error
Close mocks base method.
func (*MockUDPconnection) EXPECT ¶
func (m *MockUDPconnection) EXPECT() *MockUDPconnectionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUDPconnection) ReadFromUDP ¶
ReadFromUDP mocks base method.
type MockUDPconnectionMockRecorder ¶
type MockUDPconnectionMockRecorder struct {
// contains filtered or unexported fields
}
MockUDPconnectionMockRecorder is the mock recorder for MockUDPconnection.
func (*MockUDPconnectionMockRecorder) Close ¶
func (mr *MockUDPconnectionMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockUDPconnectionMockRecorder) ReadFromUDP ¶
func (mr *MockUDPconnectionMockRecorder) ReadFromUDP(b interface{}) *gomock.Call
ReadFromUDP indicates an expected call of ReadFromUDP.
func (*MockUDPconnectionMockRecorder) Write ¶
func (mr *MockUDPconnectionMockRecorder) Write(b interface{}) *gomock.Call
Write indicates an expected call of Write.
Click to show internal directories.
Click to hide internal directories.