mock_contract

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_contract is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSessionPointer

type MockSessionPointer struct {
	// contains filtered or unexported fields
}

MockSessionPointer is a mock of SessionPointer interface

func NewMockSessionPointer

func NewMockSessionPointer(ctrl *gomock.Controller) *MockSessionPointer

NewMockSessionPointer creates a new mock instance

func (*MockSessionPointer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSessionPointer) Payload

func (m *MockSessionPointer) Payload() []byte

Payload mocks base method

func (*MockSessionPointer) SessionID

func (m *MockSessionPointer) SessionID() string

SessionID mocks base method

type MockSessionPointerMockRecorder

type MockSessionPointerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSessionPointerMockRecorder is the mock recorder for MockSessionPointer

func (*MockSessionPointerMockRecorder) Payload

Payload indicates an expected call of Payload

func (*MockSessionPointerMockRecorder) SessionID

func (mr *MockSessionPointerMockRecorder) SessionID() *gomock.Call

SessionID indicates an expected call of SessionID

type MockSigner

type MockSigner struct {
	// contains filtered or unexported fields
}

MockSigner is a mock of Signer interface

func NewMockSigner

func NewMockSigner(ctrl *gomock.Controller) *MockSigner

NewMockSigner creates a new mock instance

func (*MockSigner) EXPECT

func (m *MockSigner) EXPECT() *MockSignerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSigner) SigningSessionStatus

func (m *MockSigner) SigningSessionStatus(sessionID string) (contract.SigningSessionResult, error)

SigningSessionStatus mocks base method

func (*MockSigner) StartSigningSession

func (m *MockSigner) StartSigningSession(rawContractText string) (contract.SessionPointer, error)

StartSigningSession mocks base method

type MockSignerMockRecorder

type MockSignerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSignerMockRecorder is the mock recorder for MockSigner

func (*MockSignerMockRecorder) SigningSessionStatus

func (mr *MockSignerMockRecorder) SigningSessionStatus(sessionID interface{}) *gomock.Call

SigningSessionStatus indicates an expected call of SigningSessionStatus

func (*MockSignerMockRecorder) StartSigningSession

func (mr *MockSignerMockRecorder) StartSigningSession(rawContractText interface{}) *gomock.Call

StartSigningSession indicates an expected call of StartSigningSession

type MockSigningSessionResult

type MockSigningSessionResult struct {
	// contains filtered or unexported fields
}

MockSigningSessionResult is a mock of SigningSessionResult interface

func NewMockSigningSessionResult

func NewMockSigningSessionResult(ctrl *gomock.Controller) *MockSigningSessionResult

NewMockSigningSessionResult creates a new mock instance

func (*MockSigningSessionResult) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockSigningSessionResult) Status

func (m *MockSigningSessionResult) Status() string

Status mocks base method

func (*MockSigningSessionResult) VerifiablePresentation

func (m *MockSigningSessionResult) VerifiablePresentation() (contract.VerifiablePresentation, error)

VerifiablePresentation mocks base method

type MockSigningSessionResultMockRecorder

type MockSigningSessionResultMockRecorder struct {
	// contains filtered or unexported fields
}

MockSigningSessionResultMockRecorder is the mock recorder for MockSigningSessionResult

func (*MockSigningSessionResultMockRecorder) Status

Status indicates an expected call of Status

func (*MockSigningSessionResultMockRecorder) VerifiablePresentation

func (mr *MockSigningSessionResultMockRecorder) VerifiablePresentation() *gomock.Call

VerifiablePresentation indicates an expected call of VerifiablePresentation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL