# Functions
NewAccessorMock returns a mock for Accessor.
NewManagerMock returns a mock for Manager.
No description provided by the author
NewWriteControllerMock returns a mock for WriteController.
# Variables
No description provided by the author
# Structs
AccessorMock implements Accessor.
AccessorMockBeginExpectation specifies expectation struct of the Accessor.Begin.
AccessorMockBeginParams contains parameters of the Accessor.Begin.
AccessorMockBeginResults contains results of the Accessor.Begin.
AccessorMockWaitOpenedExpectation specifies expectation struct of the Accessor.WaitOpened.
AccessorMockWaitOpenedParams contains parameters of the Accessor.WaitOpened.
ManagerMock implements Manager.
ManagerMockCloseAndWaitExpectation specifies expectation struct of the Manager.CloseAndWait.
ManagerMockCloseAndWaitParams contains parameters of the Manager.CloseAndWait.
ManagerMockCloseAndWaitResults contains results of the Manager.CloseAndWait.
ManagerMockOpenExpectation specifies expectation struct of the Manager.Open.
ManagerMockOpenParams contains parameters of the Manager.Open.
ManagerMockOpenResults contains results of the Manager.Open.
WriteControllerMock implements WriteController.
WriteControllerMockBeginExpectation specifies expectation struct of the WriteController.Begin.
WriteControllerMockBeginParams contains parameters of the WriteController.Begin.
WriteControllerMockBeginResults contains results of the WriteController.Begin.
WriteControllerMockCloseAndWaitExpectation specifies expectation struct of the WriteController.CloseAndWait.
WriteControllerMockCloseAndWaitParams contains parameters of the WriteController.CloseAndWait.
WriteControllerMockCloseAndWaitResults contains results of the WriteController.CloseAndWait.
WriteControllerMockOpenExpectation specifies expectation struct of the WriteController.Open.
WriteControllerMockOpenParams contains parameters of the WriteController.Open.
WriteControllerMockOpenResults contains results of the WriteController.Open.
WriteControllerMockWaitOpenedExpectation specifies expectation struct of the WriteController.WaitOpened.
WriteControllerMockWaitOpenedParams contains parameters of the WriteController.WaitOpened.
# Interfaces
go:generate minimock -i github.com/insolar/insolar/logicrunner/writecontroller.Accessor -o ./ -s _mock.go -g.
go:generate minimock -i github.com/insolar/insolar/logicrunner/writecontroller.Manager -o ./ -s _mock.go -g.
go:generate minimock -i github.com/insolar/insolar/logicrunner/writecontroller.WriteController -o ./ -s _mock.go -g.