mocks

package
v0.0.0-...-40809a1 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInitializer

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

MockInitializer is a mock of Initializer interface

func NewMockInitializer

func NewMockInitializer(ctrl *gomock.Controller) *MockInitializer

NewMockInitializer creates a new mock instance

func (*MockInitializer) CalculateIdentityHash

func (m *MockInitializer) CalculateIdentityHash() (string, error)

CalculateIdentityHash mocks base method

func (*MockInitializer) EXPECT

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

func (*MockInitializer) Init

func (m *MockInitializer) Init(currentIdentityHash string) (bool, error)

Init mocks base method

func (*MockInitializer) PerformDBCleanUp

func (m *MockInitializer) PerformDBCleanUp() error

PerformDBCleanUp mocks base method

type MockInitializerMockRecorder

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

MockInitializerMockRecorder is the mock recorder for MockInitializer

func (*MockInitializerMockRecorder) CalculateIdentityHash

func (mr *MockInitializerMockRecorder) CalculateIdentityHash() *gomock.Call

CalculateIdentityHash indicates an expected call of CalculateIdentityHash

func (*MockInitializerMockRecorder) Init

func (mr *MockInitializerMockRecorder) Init(currentIdentityHash interface{}) *gomock.Call

Init indicates an expected call of Init

func (*MockInitializerMockRecorder) PerformDBCleanUp

func (mr *MockInitializerMockRecorder) PerformDBCleanUp() *gomock.Call

PerformDBCleanUp indicates an expected call of PerformDBCleanUp

Jump to

Keyboard shortcuts

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