Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockIManager
- type MockIManagerMockRecorder
- type MockIPluggable
- func (m *MockIPluggable) EXPECT() *MockIPluggableMockRecorder
- func (m *MockIPluggable) GetEvidence(arg0 *compositor.EvidenceIn) *compositor.EvidenceOut
- func (m *MockIPluggable) GetSubAttesterID() *compositor.SubAttesterIDOut
- func (m *MockIPluggable) GetSupportedFormats() *compositor.SupportedFormatsOut
- type MockIPluggableMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIManager ¶
type MockIManager struct {
// contains filtered or unexported fields
}
MockIManager is a mock of IManager interface.
func NewMockIManager ¶
func NewMockIManager(ctrl *gomock.Controller) *MockIManager
NewMockIManager creates a new mock instance.
func (*MockIManager) EXPECT ¶
func (m *MockIManager) EXPECT() *MockIManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIManager) GetPluginList ¶
func (m *MockIManager) GetPluginList() []string
GetPluginList mocks base method.
func (*MockIManager) LookupByName ¶
func (m *MockIManager) LookupByName(arg0 string) (plugin.IPluggable, error)
LookupByName mocks base method.
type MockIManagerMockRecorder ¶
type MockIManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockIManagerMockRecorder is the mock recorder for MockIManager.
func (*MockIManagerMockRecorder) Close ¶
func (mr *MockIManagerMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockIManagerMockRecorder) GetPluginList ¶
func (mr *MockIManagerMockRecorder) GetPluginList() *gomock.Call
GetPluginList indicates an expected call of GetPluginList.
func (*MockIManagerMockRecorder) Init ¶
func (mr *MockIManagerMockRecorder) Init() *gomock.Call
Init indicates an expected call of Init.
func (*MockIManagerMockRecorder) LookupByName ¶
func (mr *MockIManagerMockRecorder) LookupByName(arg0 interface{}) *gomock.Call
LookupByName indicates an expected call of LookupByName.
type MockIPluggable ¶
type MockIPluggable struct {
// contains filtered or unexported fields
}
MockIPluggable is a mock of IPluggable interface.
func NewMockIPluggable ¶
func NewMockIPluggable(ctrl *gomock.Controller) *MockIPluggable
NewMockIPluggable creates a new mock instance.
func (*MockIPluggable) EXPECT ¶
func (m *MockIPluggable) EXPECT() *MockIPluggableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIPluggable) GetEvidence ¶
func (m *MockIPluggable) GetEvidence(arg0 *compositor.EvidenceIn) *compositor.EvidenceOut
GetEvidence mocks base method.
func (*MockIPluggable) GetSubAttesterID ¶
func (m *MockIPluggable) GetSubAttesterID() *compositor.SubAttesterIDOut
GetSubAttesterID mocks base method.
func (*MockIPluggable) GetSupportedFormats ¶
func (m *MockIPluggable) GetSupportedFormats() *compositor.SupportedFormatsOut
GetSupportedFormats mocks base method.
type MockIPluggableMockRecorder ¶
type MockIPluggableMockRecorder struct {
// contains filtered or unexported fields
}
MockIPluggableMockRecorder is the mock recorder for MockIPluggable.
func (*MockIPluggableMockRecorder) GetEvidence ¶
func (mr *MockIPluggableMockRecorder) GetEvidence(arg0 interface{}) *gomock.Call
GetEvidence indicates an expected call of GetEvidence.
func (*MockIPluggableMockRecorder) GetSubAttesterID ¶
func (mr *MockIPluggableMockRecorder) GetSubAttesterID() *gomock.Call
GetSubAttesterID indicates an expected call of GetSubAttesterID.
func (*MockIPluggableMockRecorder) GetSupportedFormats ¶
func (mr *MockIPluggableMockRecorder) GetSupportedFormats() *gomock.Call
GetSupportedFormats indicates an expected call of GetSupportedFormats.