// Code generated by MockGen. DO NOT EDIT. // Source: github.com/quic-go/quic-go (interfaces: QUICConn) // // Generated by this command: // // mockgen -typed -build_flags=-tags=gomock -package quic -self_package github.com/quic-go/quic-go -destination mock_quic_conn_test.go github.com/quic-go/quic-go QUICConn // // Package quic is a generated GoMock package. package quic import ( context "context" net "net" reflect "reflect" qerr "github.com/quic-go/quic-go/internal/qerr" gomock "go.uber.org/mock/gomock" ) // MockQUICConn is a mock of QUICConn interface. type MockQUICConn struct { ctrl *gomock.Controller recorder *MockQUICConnMockRecorder } // MockQUICConnMockRecorder is the mock recorder for MockQUICConn. type MockQUICConnMockRecorder struct { mock *MockQUICConn } // NewMockQUICConn creates a new mock instance. func NewMockQUICConn(ctrl *gomock.Controller) *MockQUICConn { mock := &MockQUICConn{ctrl: ctrl} mock.recorder = &MockQUICConnMockRecorder{mock} return mock } // EXPECT returns an object that allows the caller to indicate expected use. func (m *MockQUICConn) EXPECT() *MockQUICConnMockRecorder { return m.recorder } // AcceptStream mocks base method. func (m *MockQUICConn) AcceptStream(arg0 context.Context) (Stream, error) { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "AcceptStream", arg0) ret0, _ := ret[0].(Stream) ret1, _ := ret[1].(error) return ret0, ret1 } // AcceptStream indicates an expected call of AcceptStream. func (mr *MockQUICConnMockRecorder) AcceptStream(arg0 any) *QUICConnAcceptStreamCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AcceptStream", reflect.TypeOf((*MockQUICConn)(nil).AcceptStream), arg0) return &QUICConnAcceptStreamCall{Call: call} } // QUICConnAcceptStreamCall wrap *gomock.Call type QUICConnAcceptStreamCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnAcceptStreamCall) Return(arg0 Stream, arg1 error) *QUICConnAcceptStreamCall { c.Call = c.Call.Return(arg0, arg1) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnAcceptStreamCall) Do(f func(context.Context) (Stream, error)) *QUICConnAcceptStreamCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnAcceptStreamCall) DoAndReturn(f func(context.Context) (Stream, error)) *QUICConnAcceptStreamCall { c.Call = c.Call.DoAndReturn(f) return c } // AcceptUniStream mocks base method. func (m *MockQUICConn) AcceptUniStream(arg0 context.Context) (ReceiveStream, error) { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "AcceptUniStream", arg0) ret0, _ := ret[0].(ReceiveStream) ret1, _ := ret[1].(error) return ret0, ret1 } // AcceptUniStream indicates an expected call of AcceptUniStream. func (mr *MockQUICConnMockRecorder) AcceptUniStream(arg0 any) *QUICConnAcceptUniStreamCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "AcceptUniStream", reflect.TypeOf((*MockQUICConn)(nil).AcceptUniStream), arg0) return &QUICConnAcceptUniStreamCall{Call: call} } // QUICConnAcceptUniStreamCall wrap *gomock.Call type QUICConnAcceptUniStreamCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnAcceptUniStreamCall) Return(arg0 ReceiveStream, arg1 error) *QUICConnAcceptUniStreamCall { c.Call = c.Call.Return(arg0, arg1) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnAcceptUniStreamCall) Do(f func(context.Context) (ReceiveStream, error)) *QUICConnAcceptUniStreamCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnAcceptUniStreamCall) DoAndReturn(f func(context.Context) (ReceiveStream, error)) *QUICConnAcceptUniStreamCall { c.Call = c.Call.DoAndReturn(f) return c } // CloseWithError mocks base method. func (m *MockQUICConn) CloseWithError(arg0 qerr.ApplicationErrorCode, arg1 string) error { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "CloseWithError", arg0, arg1) ret0, _ := ret[0].(error) return ret0 } // CloseWithError indicates an expected call of CloseWithError. func (mr *MockQUICConnMockRecorder) CloseWithError(arg0, arg1 any) *QUICConnCloseWithErrorCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CloseWithError", reflect.TypeOf((*MockQUICConn)(nil).CloseWithError), arg0, arg1) return &QUICConnCloseWithErrorCall{Call: call} } // QUICConnCloseWithErrorCall wrap *gomock.Call type QUICConnCloseWithErrorCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnCloseWithErrorCall) Return(arg0 error) *QUICConnCloseWithErrorCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnCloseWithErrorCall) Do(f func(qerr.ApplicationErrorCode, string) error) *QUICConnCloseWithErrorCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnCloseWithErrorCall) DoAndReturn(f func(qerr.ApplicationErrorCode, string) error) *QUICConnCloseWithErrorCall { c.Call = c.Call.DoAndReturn(f) return c } // ConnectionState mocks base method. func (m *MockQUICConn) ConnectionState() ConnectionState { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "ConnectionState") ret0, _ := ret[0].(ConnectionState) return ret0 } // ConnectionState indicates an expected call of ConnectionState. func (mr *MockQUICConnMockRecorder) ConnectionState() *QUICConnConnectionStateCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ConnectionState", reflect.TypeOf((*MockQUICConn)(nil).ConnectionState)) return &QUICConnConnectionStateCall{Call: call} } // QUICConnConnectionStateCall wrap *gomock.Call type QUICConnConnectionStateCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnConnectionStateCall) Return(arg0 ConnectionState) *QUICConnConnectionStateCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnConnectionStateCall) Do(f func() ConnectionState) *QUICConnConnectionStateCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnConnectionStateCall) DoAndReturn(f func() ConnectionState) *QUICConnConnectionStateCall { c.Call = c.Call.DoAndReturn(f) return c } // Context mocks base method. func (m *MockQUICConn) Context() context.Context { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "Context") ret0, _ := ret[0].(context.Context) return ret0 } // Context indicates an expected call of Context. func (mr *MockQUICConnMockRecorder) Context() *QUICConnContextCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Context", reflect.TypeOf((*MockQUICConn)(nil).Context)) return &QUICConnContextCall{Call: call} } // QUICConnContextCall wrap *gomock.Call type QUICConnContextCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnContextCall) Return(arg0 context.Context) *QUICConnContextCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnContextCall) Do(f func() context.Context) *QUICConnContextCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnContextCall) DoAndReturn(f func() context.Context) *QUICConnContextCall { c.Call = c.Call.DoAndReturn(f) return c } // HandshakeComplete mocks base method. func (m *MockQUICConn) HandshakeComplete() <-chan struct{} { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "HandshakeComplete") ret0, _ := ret[0].(<-chan struct{}) return ret0 } // HandshakeComplete indicates an expected call of HandshakeComplete. func (mr *MockQUICConnMockRecorder) HandshakeComplete() *QUICConnHandshakeCompleteCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "HandshakeComplete", reflect.TypeOf((*MockQUICConn)(nil).HandshakeComplete)) return &QUICConnHandshakeCompleteCall{Call: call} } // QUICConnHandshakeCompleteCall wrap *gomock.Call type QUICConnHandshakeCompleteCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnHandshakeCompleteCall) Return(arg0 <-chan struct{}) *QUICConnHandshakeCompleteCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnHandshakeCompleteCall) Do(f func() <-chan struct{}) *QUICConnHandshakeCompleteCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnHandshakeCompleteCall) DoAndReturn(f func() <-chan struct{}) *QUICConnHandshakeCompleteCall { c.Call = c.Call.DoAndReturn(f) return c } // LocalAddr mocks base method. func (m *MockQUICConn) LocalAddr() net.Addr { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "LocalAddr") ret0, _ := ret[0].(net.Addr) return ret0 } // LocalAddr indicates an expected call of LocalAddr. func (mr *MockQUICConnMockRecorder) LocalAddr() *QUICConnLocalAddrCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "LocalAddr", reflect.TypeOf((*MockQUICConn)(nil).LocalAddr)) return &QUICConnLocalAddrCall{Call: call} } // QUICConnLocalAddrCall wrap *gomock.Call type QUICConnLocalAddrCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnLocalAddrCall) Return(arg0 net.Addr) *QUICConnLocalAddrCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnLocalAddrCall) Do(f func() net.Addr) *QUICConnLocalAddrCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnLocalAddrCall) DoAndReturn(f func() net.Addr) *QUICConnLocalAddrCall { c.Call = c.Call.DoAndReturn(f) return c } // NextConnection mocks base method. func (m *MockQUICConn) NextConnection() Connection { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "NextConnection") ret0, _ := ret[0].(Connection) return ret0 } // NextConnection indicates an expected call of NextConnection. func (mr *MockQUICConnMockRecorder) NextConnection() *QUICConnNextConnectionCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NextConnection", reflect.TypeOf((*MockQUICConn)(nil).NextConnection)) return &QUICConnNextConnectionCall{Call: call} } // QUICConnNextConnectionCall wrap *gomock.Call type QUICConnNextConnectionCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnNextConnectionCall) Return(arg0 Connection) *QUICConnNextConnectionCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnNextConnectionCall) Do(f func() Connection) *QUICConnNextConnectionCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnNextConnectionCall) DoAndReturn(f func() Connection) *QUICConnNextConnectionCall { c.Call = c.Call.DoAndReturn(f) return c } // OpenStream mocks base method. func (m *MockQUICConn) OpenStream() (Stream, error) { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "OpenStream") ret0, _ := ret[0].(Stream) ret1, _ := ret[1].(error) return ret0, ret1 } // OpenStream indicates an expected call of OpenStream. func (mr *MockQUICConnMockRecorder) OpenStream() *QUICConnOpenStreamCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OpenStream", reflect.TypeOf((*MockQUICConn)(nil).OpenStream)) return &QUICConnOpenStreamCall{Call: call} } // QUICConnOpenStreamCall wrap *gomock.Call type QUICConnOpenStreamCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnOpenStreamCall) Return(arg0 Stream, arg1 error) *QUICConnOpenStreamCall { c.Call = c.Call.Return(arg0, arg1) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnOpenStreamCall) Do(f func() (Stream, error)) *QUICConnOpenStreamCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnOpenStreamCall) DoAndReturn(f func() (Stream, error)) *QUICConnOpenStreamCall { c.Call = c.Call.DoAndReturn(f) return c } // OpenStreamSync mocks base method. func (m *MockQUICConn) OpenStreamSync(arg0 context.Context) (Stream, error) { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "OpenStreamSync", arg0) ret0, _ := ret[0].(Stream) ret1, _ := ret[1].(error) return ret0, ret1 } // OpenStreamSync indicates an expected call of OpenStreamSync. func (mr *MockQUICConnMockRecorder) OpenStreamSync(arg0 any) *QUICConnOpenStreamSyncCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OpenStreamSync", reflect.TypeOf((*MockQUICConn)(nil).OpenStreamSync), arg0) return &QUICConnOpenStreamSyncCall{Call: call} } // QUICConnOpenStreamSyncCall wrap *gomock.Call type QUICConnOpenStreamSyncCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnOpenStreamSyncCall) Return(arg0 Stream, arg1 error) *QUICConnOpenStreamSyncCall { c.Call = c.Call.Return(arg0, arg1) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnOpenStreamSyncCall) Do(f func(context.Context) (Stream, error)) *QUICConnOpenStreamSyncCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnOpenStreamSyncCall) DoAndReturn(f func(context.Context) (Stream, error)) *QUICConnOpenStreamSyncCall { c.Call = c.Call.DoAndReturn(f) return c } // OpenUniStream mocks base method. func (m *MockQUICConn) OpenUniStream() (SendStream, error) { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "OpenUniStream") ret0, _ := ret[0].(SendStream) ret1, _ := ret[1].(error) return ret0, ret1 } // OpenUniStream indicates an expected call of OpenUniStream. func (mr *MockQUICConnMockRecorder) OpenUniStream() *QUICConnOpenUniStreamCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OpenUniStream", reflect.TypeOf((*MockQUICConn)(nil).OpenUniStream)) return &QUICConnOpenUniStreamCall{Call: call} } // QUICConnOpenUniStreamCall wrap *gomock.Call type QUICConnOpenUniStreamCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnOpenUniStreamCall) Return(arg0 SendStream, arg1 error) *QUICConnOpenUniStreamCall { c.Call = c.Call.Return(arg0, arg1) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnOpenUniStreamCall) Do(f func() (SendStream, error)) *QUICConnOpenUniStreamCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnOpenUniStreamCall) DoAndReturn(f func() (SendStream, error)) *QUICConnOpenUniStreamCall { c.Call = c.Call.DoAndReturn(f) return c } // OpenUniStreamSync mocks base method. func (m *MockQUICConn) OpenUniStreamSync(arg0 context.Context) (SendStream, error) { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "OpenUniStreamSync", arg0) ret0, _ := ret[0].(SendStream) ret1, _ := ret[1].(error) return ret0, ret1 } // OpenUniStreamSync indicates an expected call of OpenUniStreamSync. func (mr *MockQUICConnMockRecorder) OpenUniStreamSync(arg0 any) *QUICConnOpenUniStreamSyncCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OpenUniStreamSync", reflect.TypeOf((*MockQUICConn)(nil).OpenUniStreamSync), arg0) return &QUICConnOpenUniStreamSyncCall{Call: call} } // QUICConnOpenUniStreamSyncCall wrap *gomock.Call type QUICConnOpenUniStreamSyncCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnOpenUniStreamSyncCall) Return(arg0 SendStream, arg1 error) *QUICConnOpenUniStreamSyncCall { c.Call = c.Call.Return(arg0, arg1) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnOpenUniStreamSyncCall) Do(f func(context.Context) (SendStream, error)) *QUICConnOpenUniStreamSyncCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnOpenUniStreamSyncCall) DoAndReturn(f func(context.Context) (SendStream, error)) *QUICConnOpenUniStreamSyncCall { c.Call = c.Call.DoAndReturn(f) return c } // ReceiveDatagram mocks base method. func (m *MockQUICConn) ReceiveDatagram(arg0 context.Context) ([]byte, error) { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "ReceiveDatagram", arg0) ret0, _ := ret[0].([]byte) ret1, _ := ret[1].(error) return ret0, ret1 } // ReceiveDatagram indicates an expected call of ReceiveDatagram. func (mr *MockQUICConnMockRecorder) ReceiveDatagram(arg0 any) *QUICConnReceiveDatagramCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ReceiveDatagram", reflect.TypeOf((*MockQUICConn)(nil).ReceiveDatagram), arg0) return &QUICConnReceiveDatagramCall{Call: call} } // QUICConnReceiveDatagramCall wrap *gomock.Call type QUICConnReceiveDatagramCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnReceiveDatagramCall) Return(arg0 []byte, arg1 error) *QUICConnReceiveDatagramCall { c.Call = c.Call.Return(arg0, arg1) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnReceiveDatagramCall) Do(f func(context.Context) ([]byte, error)) *QUICConnReceiveDatagramCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnReceiveDatagramCall) DoAndReturn(f func(context.Context) ([]byte, error)) *QUICConnReceiveDatagramCall { c.Call = c.Call.DoAndReturn(f) return c } // RemoteAddr mocks base method. func (m *MockQUICConn) RemoteAddr() net.Addr { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "RemoteAddr") ret0, _ := ret[0].(net.Addr) return ret0 } // RemoteAddr indicates an expected call of RemoteAddr. func (mr *MockQUICConnMockRecorder) RemoteAddr() *QUICConnRemoteAddrCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "RemoteAddr", reflect.TypeOf((*MockQUICConn)(nil).RemoteAddr)) return &QUICConnRemoteAddrCall{Call: call} } // QUICConnRemoteAddrCall wrap *gomock.Call type QUICConnRemoteAddrCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnRemoteAddrCall) Return(arg0 net.Addr) *QUICConnRemoteAddrCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnRemoteAddrCall) Do(f func() net.Addr) *QUICConnRemoteAddrCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnRemoteAddrCall) DoAndReturn(f func() net.Addr) *QUICConnRemoteAddrCall { c.Call = c.Call.DoAndReturn(f) return c } // SendDatagram mocks base method. func (m *MockQUICConn) SendDatagram(arg0 []byte) error { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "SendDatagram", arg0) ret0, _ := ret[0].(error) return ret0 } // SendDatagram indicates an expected call of SendDatagram. func (mr *MockQUICConnMockRecorder) SendDatagram(arg0 any) *QUICConnSendDatagramCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SendDatagram", reflect.TypeOf((*MockQUICConn)(nil).SendDatagram), arg0) return &QUICConnSendDatagramCall{Call: call} } // QUICConnSendDatagramCall wrap *gomock.Call type QUICConnSendDatagramCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnSendDatagramCall) Return(arg0 error) *QUICConnSendDatagramCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnSendDatagramCall) Do(f func([]byte) error) *QUICConnSendDatagramCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnSendDatagramCall) DoAndReturn(f func([]byte) error) *QUICConnSendDatagramCall { c.Call = c.Call.DoAndReturn(f) return c } // closeWithTransportError mocks base method. func (m *MockQUICConn) closeWithTransportError(arg0 qerr.TransportErrorCode) { m.ctrl.T.Helper() m.ctrl.Call(m, "closeWithTransportError", arg0) } // closeWithTransportError indicates an expected call of closeWithTransportError. func (mr *MockQUICConnMockRecorder) closeWithTransportError(arg0 any) *QUICConncloseWithTransportErrorCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "closeWithTransportError", reflect.TypeOf((*MockQUICConn)(nil).closeWithTransportError), arg0) return &QUICConncloseWithTransportErrorCall{Call: call} } // QUICConncloseWithTransportErrorCall wrap *gomock.Call type QUICConncloseWithTransportErrorCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConncloseWithTransportErrorCall) Return() *QUICConncloseWithTransportErrorCall { c.Call = c.Call.Return() return c } // Do rewrite *gomock.Call.Do func (c *QUICConncloseWithTransportErrorCall) Do(f func(qerr.TransportErrorCode)) *QUICConncloseWithTransportErrorCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConncloseWithTransportErrorCall) DoAndReturn(f func(qerr.TransportErrorCode)) *QUICConncloseWithTransportErrorCall { c.Call = c.Call.DoAndReturn(f) return c } // destroy mocks base method. func (m *MockQUICConn) destroy(arg0 error) { m.ctrl.T.Helper() m.ctrl.Call(m, "destroy", arg0) } // destroy indicates an expected call of destroy. func (mr *MockQUICConnMockRecorder) destroy(arg0 any) *QUICConndestroyCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "destroy", reflect.TypeOf((*MockQUICConn)(nil).destroy), arg0) return &QUICConndestroyCall{Call: call} } // QUICConndestroyCall wrap *gomock.Call type QUICConndestroyCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConndestroyCall) Return() *QUICConndestroyCall { c.Call = c.Call.Return() return c } // Do rewrite *gomock.Call.Do func (c *QUICConndestroyCall) Do(f func(error)) *QUICConndestroyCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConndestroyCall) DoAndReturn(f func(error)) *QUICConndestroyCall { c.Call = c.Call.DoAndReturn(f) return c } // earlyConnReady mocks base method. func (m *MockQUICConn) earlyConnReady() <-chan struct{} { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "earlyConnReady") ret0, _ := ret[0].(<-chan struct{}) return ret0 } // earlyConnReady indicates an expected call of earlyConnReady. func (mr *MockQUICConnMockRecorder) earlyConnReady() *QUICConnearlyConnReadyCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "earlyConnReady", reflect.TypeOf((*MockQUICConn)(nil).earlyConnReady)) return &QUICConnearlyConnReadyCall{Call: call} } // QUICConnearlyConnReadyCall wrap *gomock.Call type QUICConnearlyConnReadyCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnearlyConnReadyCall) Return(arg0 <-chan struct{}) *QUICConnearlyConnReadyCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnearlyConnReadyCall) Do(f func() <-chan struct{}) *QUICConnearlyConnReadyCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnearlyConnReadyCall) DoAndReturn(f func() <-chan struct{}) *QUICConnearlyConnReadyCall { c.Call = c.Call.DoAndReturn(f) return c } // handlePacket mocks base method. func (m *MockQUICConn) handlePacket(arg0 receivedPacket) { m.ctrl.T.Helper() m.ctrl.Call(m, "handlePacket", arg0) } // handlePacket indicates an expected call of handlePacket. func (mr *MockQUICConnMockRecorder) handlePacket(arg0 any) *QUICConnhandlePacketCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "handlePacket", reflect.TypeOf((*MockQUICConn)(nil).handlePacket), arg0) return &QUICConnhandlePacketCall{Call: call} } // QUICConnhandlePacketCall wrap *gomock.Call type QUICConnhandlePacketCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnhandlePacketCall) Return() *QUICConnhandlePacketCall { c.Call = c.Call.Return() return c } // Do rewrite *gomock.Call.Do func (c *QUICConnhandlePacketCall) Do(f func(receivedPacket)) *QUICConnhandlePacketCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnhandlePacketCall) DoAndReturn(f func(receivedPacket)) *QUICConnhandlePacketCall { c.Call = c.Call.DoAndReturn(f) return c } // run mocks base method. func (m *MockQUICConn) run() error { m.ctrl.T.Helper() ret := m.ctrl.Call(m, "run") ret0, _ := ret[0].(error) return ret0 } // run indicates an expected call of run. func (mr *MockQUICConnMockRecorder) run() *QUICConnrunCall { mr.mock.ctrl.T.Helper() call := mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "run", reflect.TypeOf((*MockQUICConn)(nil).run)) return &QUICConnrunCall{Call: call} } // QUICConnrunCall wrap *gomock.Call type QUICConnrunCall struct { *gomock.Call } // Return rewrite *gomock.Call.Return func (c *QUICConnrunCall) Return(arg0 error) *QUICConnrunCall { c.Call = c.Call.Return(arg0) return c } // Do rewrite *gomock.Call.Do func (c *QUICConnrunCall) Do(f func() error) *QUICConnrunCall { c.Call = c.Call.Do(f) return c } // DoAndReturn rewrite *gomock.Call.DoAndReturn func (c *QUICConnrunCall) DoAndReturn(f func() error) *QUICConnrunCall { c.Call = c.Call.DoAndReturn(f) return c }