Documentation ¶
Index ¶
- type MockACLProvider
- func (m *MockACLProvider) AssertExpectations(t *testing.T)
- func (m *MockACLProvider) CheckACL(resName string, channelID string, idinfo interface{}) error
- func (m *MockACLProvider) GenerateSimulationResults(txEnvelop *common.Envelope, simulator ledger.TxSimulator) error
- func (m *MockACLProvider) On(methodName string, arguments ...interface{}) *mock.Call
- func (m *MockACLProvider) Reset()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockACLProvider ¶
type MockACLProvider struct {
// contains filtered or unexported fields
}
func (*MockACLProvider) AssertExpectations ¶
func (m *MockACLProvider) AssertExpectations(t *testing.T)
AssertExpectations overrider the mock method for convenience
func (*MockACLProvider) CheckACL ¶
func (m *MockACLProvider) CheckACL(resName string, channelID string, idinfo interface{}) error
func (*MockACLProvider) GenerateSimulationResults ¶
func (m *MockACLProvider) GenerateSimulationResults(txEnvelop *common.Envelope, simulator ledger.TxSimulator) error
func (*MockACLProvider) On ¶
func (m *MockACLProvider) On(methodName string, arguments ...interface{}) *mock.Call
On overrider the mock method for convenience
func (*MockACLProvider) Reset ¶
func (m *MockACLProvider) Reset()
clear the mock so we can start afresh
Click to show internal directories.
Click to hide internal directories.