Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTendermintClient ¶ added in v0.3.0
type MockTendermintClient struct {
// contains filtered or unexported fields
}
MockTendermintClient is a mock of TendermintClient interface
func NewMockTendermintClient ¶ added in v0.3.0
func NewMockTendermintClient(ctrl *gomock.Controller) *MockTendermintClient
NewMockTendermintClient creates a new mock instance
func (*MockTendermintClient) EXPECT ¶ added in v0.3.0
func (_m *MockTendermintClient) EXPECT() *MockTendermintClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockTendermintClientMockRecorder ¶ added in v0.3.0
type MockTendermintClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTendermintClientMockRecorder is the mock recorder for MockTendermintClient
func (*MockTendermintClientMockRecorder) Block ¶ added in v0.3.0
func (_mr *MockTendermintClientMockRecorder) Block(arg0, arg1 interface{}) *gomock.Call
Block indicates an expected call of Block
Click to show internal directories.
Click to hide internal directories.