Documentation ¶
Overview ¶
Package mockhandshake is a generated GoMock package.
Index ¶
- type MockMintTLS
- func (m *MockMintTLS) ComputeExporter(arg0 string, arg1 []byte, arg2 int) ([]byte, error)
- func (m *MockMintTLS) ConnectionState() mint.ConnectionState
- func (m *MockMintTLS) EXPECT() *MockMintTLSMockRecorder
- func (m *MockMintTLS) GetCipherSuite() mint.CipherSuiteParams
- func (m *MockMintTLS) Handshake() mint.Alert
- func (m *MockMintTLS) SetCryptoStream(arg0 io.ReadWriter)
- func (m *MockMintTLS) State() mint.State
- type MockMintTLSMockRecorder
- func (mr *MockMintTLSMockRecorder) ComputeExporter(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockMintTLSMockRecorder) ConnectionState() *gomock.Call
- func (mr *MockMintTLSMockRecorder) GetCipherSuite() *gomock.Call
- func (mr *MockMintTLSMockRecorder) Handshake() *gomock.Call
- func (mr *MockMintTLSMockRecorder) SetCryptoStream(arg0 interface{}) *gomock.Call
- func (mr *MockMintTLSMockRecorder) State() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMintTLS ¶
type MockMintTLS struct {
// contains filtered or unexported fields
}
MockMintTLS is a mock of MintTLS interface
func NewMockMintTLS ¶
func NewMockMintTLS(ctrl *gomock.Controller) *MockMintTLS
NewMockMintTLS creates a new mock instance
func (*MockMintTLS) ComputeExporter ¶
ComputeExporter mocks base method
func (*MockMintTLS) ConnectionState ¶ added in v0.7.0
func (m *MockMintTLS) ConnectionState() mint.ConnectionState
ConnectionState mocks base method
func (*MockMintTLS) EXPECT ¶
func (m *MockMintTLS) EXPECT() *MockMintTLSMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMintTLS) GetCipherSuite ¶
func (m *MockMintTLS) GetCipherSuite() mint.CipherSuiteParams
GetCipherSuite mocks base method
func (*MockMintTLS) Handshake ¶
func (m *MockMintTLS) Handshake() mint.Alert
Handshake mocks base method
func (*MockMintTLS) SetCryptoStream ¶
func (m *MockMintTLS) SetCryptoStream(arg0 io.ReadWriter)
SetCryptoStream mocks base method
type MockMintTLSMockRecorder ¶
type MockMintTLSMockRecorder struct {
// contains filtered or unexported fields
}
MockMintTLSMockRecorder is the mock recorder for MockMintTLS
func (*MockMintTLSMockRecorder) ComputeExporter ¶
func (mr *MockMintTLSMockRecorder) ComputeExporter(arg0, arg1, arg2 interface{}) *gomock.Call
ComputeExporter indicates an expected call of ComputeExporter
func (*MockMintTLSMockRecorder) ConnectionState ¶ added in v0.7.0
func (mr *MockMintTLSMockRecorder) ConnectionState() *gomock.Call
ConnectionState indicates an expected call of ConnectionState
func (*MockMintTLSMockRecorder) GetCipherSuite ¶
func (mr *MockMintTLSMockRecorder) GetCipherSuite() *gomock.Call
GetCipherSuite indicates an expected call of GetCipherSuite
func (*MockMintTLSMockRecorder) Handshake ¶
func (mr *MockMintTLSMockRecorder) Handshake() *gomock.Call
Handshake indicates an expected call of Handshake
func (*MockMintTLSMockRecorder) SetCryptoStream ¶
func (mr *MockMintTLSMockRecorder) SetCryptoStream(arg0 interface{}) *gomock.Call
SetCryptoStream indicates an expected call of SetCryptoStream
func (*MockMintTLSMockRecorder) State ¶
func (mr *MockMintTLSMockRecorder) State() *gomock.Call
State indicates an expected call of State