Documentation ¶
Overview ¶
Package factorymock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSellerExistsRuleFactory ¶
type MockSellerExistsRuleFactory struct {
// contains filtered or unexported fields
}
MockSellerExistsRuleFactory is a mock of SellerExistsRuleFactory interface.
func NewMockSellerExistsRuleFactory ¶
func NewMockSellerExistsRuleFactory(ctrl *gomock.Controller) *MockSellerExistsRuleFactory
NewMockSellerExistsRuleFactory creates a new mock instance.
func (*MockSellerExistsRuleFactory) EXPECT ¶
func (m *MockSellerExistsRuleFactory) EXPECT() *MockSellerExistsRuleFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSellerExistsRuleFactory) Make ¶
func (m *MockSellerExistsRuleFactory) Make(fieldName string, otherFields ...factory.Field) validation.Rule
Make mocks base method.
type MockSellerExistsRuleFactoryMockRecorder ¶
type MockSellerExistsRuleFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockSellerExistsRuleFactoryMockRecorder is the mock recorder for MockSellerExistsRuleFactory.
func (*MockSellerExistsRuleFactoryMockRecorder) Make ¶
func (mr *MockSellerExistsRuleFactoryMockRecorder) Make(fieldName interface{}, otherFields ...interface{}) *gomock.Call
Make indicates an expected call of Make.
Click to show internal directories.
Click to hide internal directories.