mocks

package
v2.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Capabilities

type Capabilities struct {
	mock.Mock
}

Capabilities is an autogenerated mock type for the Capabilities type

func (*Capabilities) ACLs

func (_m *Capabilities) ACLs() bool

ACLs provides a mock function with given fields:

func (*Capabilities) CollectionUpgrade

func (_m *Capabilities) CollectionUpgrade() bool

CollectionUpgrade provides a mock function with given fields:

func (*Capabilities) ForbidDuplicateTXIdInBlock

func (_m *Capabilities) ForbidDuplicateTXIdInBlock() bool

ForbidDuplicateTXIdInBlock provides a mock function with given fields:

func (*Capabilities) KeyLevelEndorsement

func (_m *Capabilities) KeyLevelEndorsement() bool

KeyLevelEndorsement provides a mock function with given fields:

func (*Capabilities) MetadataLifecycle

func (_m *Capabilities) MetadataLifecycle() bool

MetadataLifecycle provides a mock function with given fields:

func (*Capabilities) PrivateChannelData

func (_m *Capabilities) PrivateChannelData() bool

PrivateChannelData provides a mock function with given fields:

func (*Capabilities) StorePvtDataOfInvalidTx added in v1.4.2

func (_m *Capabilities) StorePvtDataOfInvalidTx() bool

StorePvtDataOfInvalidTx provides a mock function with given fields:

func (*Capabilities) Supported

func (_m *Capabilities) Supported() error

Supported provides a mock function with given fields:

func (*Capabilities) V1_1Validation

func (_m *Capabilities) V1_1Validation() bool

V1_1Validation provides a mock function with given fields:

func (*Capabilities) V1_2Validation

func (_m *Capabilities) V1_2Validation() bool

V1_2Validation provides a mock function with given fields:

func (*Capabilities) V1_3Validation

func (_m *Capabilities) V1_3Validation() bool

V1_3Validation provides a mock function with given fields:

func (*Capabilities) V2_0Validation

func (_m *Capabilities) V2_0Validation() bool

V2_0Validation provides a mock function with given fields:

type IdentityDeserializer

type IdentityDeserializer struct {
	mock.Mock
}

IdentityDeserializer is an autogenerated mock type for the IdentityDeserializer type

func (*IdentityDeserializer) DeserializeIdentity

func (_m *IdentityDeserializer) DeserializeIdentity(serializedIdentity []byte) (validation.Identity, error)

DeserializeIdentity provides a mock function with given fields: serializedIdentity

type PolicyEvaluator

type PolicyEvaluator struct {
	mock.Mock
}

PolicyEvaluator is an autogenerated mock type for the PolicyEvaluator type

func (*PolicyEvaluator) Evaluate

func (_m *PolicyEvaluator) Evaluate(policyBytes []byte, signatureSet []*protoutil.SignedData) error

Evaluate provides a mock function with given fields: policyBytes, signatureSet

type State

type State struct {
	DoneStub func()

	GetPrivateDataMetadataByHashStub func(string, string, []byte) (map[string][]byte, error)

	GetStateMetadataStub func(string, string) (map[string][]byte, error)

	GetStateMultipleKeysStub func(string, []string) ([][]byte, error)

	GetStateRangeScanIteratorStub func(string, string, string) (validation.ResultsIterator, error)
	// contains filtered or unexported fields
}

func (*State) Done

func (fake *State) Done()

func (*State) DoneCallCount

func (fake *State) DoneCallCount() int

func (*State) DoneCalls

func (fake *State) DoneCalls(stub func())

func (*State) GetPrivateDataMetadataByHash

func (fake *State) GetPrivateDataMetadataByHash(arg1 string, arg2 string, arg3 []byte) (map[string][]byte, error)

func (*State) GetPrivateDataMetadataByHashArgsForCall

func (fake *State) GetPrivateDataMetadataByHashArgsForCall(i int) (string, string, []byte)

func (*State) GetPrivateDataMetadataByHashCallCount

func (fake *State) GetPrivateDataMetadataByHashCallCount() int

func (*State) GetPrivateDataMetadataByHashCalls

func (fake *State) GetPrivateDataMetadataByHashCalls(stub func(string, string, []byte) (map[string][]byte, error))

func (*State) GetPrivateDataMetadataByHashReturns

func (fake *State) GetPrivateDataMetadataByHashReturns(result1 map[string][]byte, result2 error)

func (*State) GetPrivateDataMetadataByHashReturnsOnCall

func (fake *State) GetPrivateDataMetadataByHashReturnsOnCall(i int, result1 map[string][]byte, result2 error)

func (*State) GetStateMetadata

func (fake *State) GetStateMetadata(arg1 string, arg2 string) (map[string][]byte, error)

func (*State) GetStateMetadataArgsForCall

func (fake *State) GetStateMetadataArgsForCall(i int) (string, string)

func (*State) GetStateMetadataCallCount

func (fake *State) GetStateMetadataCallCount() int

func (*State) GetStateMetadataCalls

func (fake *State) GetStateMetadataCalls(stub func(string, string) (map[string][]byte, error))

func (*State) GetStateMetadataReturns

func (fake *State) GetStateMetadataReturns(result1 map[string][]byte, result2 error)

func (*State) GetStateMetadataReturnsOnCall

func (fake *State) GetStateMetadataReturnsOnCall(i int, result1 map[string][]byte, result2 error)

func (*State) GetStateMultipleKeys

func (fake *State) GetStateMultipleKeys(arg1 string, arg2 []string) ([][]byte, error)

func (*State) GetStateMultipleKeysArgsForCall

func (fake *State) GetStateMultipleKeysArgsForCall(i int) (string, []string)

func (*State) GetStateMultipleKeysCallCount

func (fake *State) GetStateMultipleKeysCallCount() int

func (*State) GetStateMultipleKeysCalls

func (fake *State) GetStateMultipleKeysCalls(stub func(string, []string) ([][]byte, error))

func (*State) GetStateMultipleKeysReturns

func (fake *State) GetStateMultipleKeysReturns(result1 [][]byte, result2 error)

func (*State) GetStateMultipleKeysReturnsOnCall

func (fake *State) GetStateMultipleKeysReturnsOnCall(i int, result1 [][]byte, result2 error)

func (*State) GetStateRangeScanIterator

func (fake *State) GetStateRangeScanIterator(arg1 string, arg2 string, arg3 string) (validation.ResultsIterator, error)

func (*State) GetStateRangeScanIteratorArgsForCall

func (fake *State) GetStateRangeScanIteratorArgsForCall(i int) (string, string, string)

func (*State) GetStateRangeScanIteratorCallCount

func (fake *State) GetStateRangeScanIteratorCallCount() int

func (*State) GetStateRangeScanIteratorCalls

func (fake *State) GetStateRangeScanIteratorCalls(stub func(string, string, string) (validation.ResultsIterator, error))

func (*State) GetStateRangeScanIteratorReturns

func (fake *State) GetStateRangeScanIteratorReturns(result1 validation.ResultsIterator, result2 error)

func (*State) GetStateRangeScanIteratorReturnsOnCall

func (fake *State) GetStateRangeScanIteratorReturnsOnCall(i int, result1 validation.ResultsIterator, result2 error)

func (*State) Invocations

func (fake *State) Invocations() map[string][][]interface{}

type StateFetcher

type StateFetcher struct {
	mock.Mock
}

StateFetcher is an autogenerated mock type for the StateFetcher type

func (*StateFetcher) FetchState

func (_m *StateFetcher) FetchState() (validation.State, error)

FetchState provides a mock function with given fields:

Jump to

Keyboard shortcuts

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