Documentation ¶
Overview ¶
Package mockev is a generated GoMock package.
Index ¶
- type MockChangeableValidationResult
- type MockChangeableValidationResultMockRecorder
- type MockValidationResult
- func (m *MockValidationResult) EXPECT() *MockValidationResultMockRecorder
- func (m *MockValidationResult) Errors() []error
- func (m *MockValidationResult) HasErrors() bool
- func (m *MockValidationResult) HasWarnings() bool
- func (m *MockValidationResult) IsValid() bool
- func (m *MockValidationResult) ValidatorName() ev.ValidatorName
- func (m *MockValidationResult) Warnings() []error
- type MockValidationResultMockRecorder
- func (mr *MockValidationResultMockRecorder) Errors() *gomock.Call
- func (mr *MockValidationResultMockRecorder) HasErrors() *gomock.Call
- func (mr *MockValidationResultMockRecorder) HasWarnings() *gomock.Call
- func (mr *MockValidationResultMockRecorder) IsValid() *gomock.Call
- func (mr *MockValidationResultMockRecorder) ValidatorName() *gomock.Call
- func (mr *MockValidationResultMockRecorder) Warnings() *gomock.Call
- type MockValidator
- type MockValidatorMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChangeableValidationResult ¶
type MockChangeableValidationResult struct {
// contains filtered or unexported fields
}
MockChangeableValidationResult is a mock of ChangeableValidationResult interface
func NewMockChangeableValidationResult ¶
func NewMockChangeableValidationResult(ctrl *gomock.Controller) *MockChangeableValidationResult
NewMockChangeableValidationResult creates a new mock instance
func (*MockChangeableValidationResult) EXPECT ¶
func (m *MockChangeableValidationResult) EXPECT() *MockChangeableValidationResultMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockChangeableValidationResult) SetErrors ¶
func (m *MockChangeableValidationResult) SetErrors(arg0 []error)
SetErrors mocks base method
func (*MockChangeableValidationResult) SetWarnings ¶
func (m *MockChangeableValidationResult) SetWarnings(arg0 []error)
SetWarnings mocks base method
type MockChangeableValidationResultMockRecorder ¶
type MockChangeableValidationResultMockRecorder struct {
// contains filtered or unexported fields
}
MockChangeableValidationResultMockRecorder is the mock recorder for MockChangeableValidationResult
func (*MockChangeableValidationResultMockRecorder) SetErrors ¶
func (mr *MockChangeableValidationResultMockRecorder) SetErrors(arg0 interface{}) *gomock.Call
SetErrors indicates an expected call of SetErrors
func (*MockChangeableValidationResultMockRecorder) SetWarnings ¶
func (mr *MockChangeableValidationResultMockRecorder) SetWarnings(arg0 interface{}) *gomock.Call
SetWarnings indicates an expected call of SetWarnings
type MockValidationResult ¶
type MockValidationResult struct {
// contains filtered or unexported fields
}
MockValidationResult is a mock of ValidationResult interface
func NewMockValidationResult ¶
func NewMockValidationResult(ctrl *gomock.Controller) *MockValidationResult
NewMockValidationResult creates a new mock instance
func (*MockValidationResult) EXPECT ¶
func (m *MockValidationResult) EXPECT() *MockValidationResultMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockValidationResult) Errors ¶
func (m *MockValidationResult) Errors() []error
Errors mocks base method
func (*MockValidationResult) HasErrors ¶
func (m *MockValidationResult) HasErrors() bool
HasErrors mocks base method
func (*MockValidationResult) HasWarnings ¶
func (m *MockValidationResult) HasWarnings() bool
HasWarnings mocks base method
func (*MockValidationResult) IsValid ¶
func (m *MockValidationResult) IsValid() bool
IsValid mocks base method
func (*MockValidationResult) ValidatorName ¶
func (m *MockValidationResult) ValidatorName() ev.ValidatorName
ValidatorName mocks base method
func (*MockValidationResult) Warnings ¶
func (m *MockValidationResult) Warnings() []error
Warnings mocks base method
type MockValidationResultMockRecorder ¶
type MockValidationResultMockRecorder struct {
// contains filtered or unexported fields
}
MockValidationResultMockRecorder is the mock recorder for MockValidationResult
func (*MockValidationResultMockRecorder) Errors ¶
func (mr *MockValidationResultMockRecorder) Errors() *gomock.Call
Errors indicates an expected call of Errors
func (*MockValidationResultMockRecorder) HasErrors ¶
func (mr *MockValidationResultMockRecorder) HasErrors() *gomock.Call
HasErrors indicates an expected call of HasErrors
func (*MockValidationResultMockRecorder) HasWarnings ¶
func (mr *MockValidationResultMockRecorder) HasWarnings() *gomock.Call
HasWarnings indicates an expected call of HasWarnings
func (*MockValidationResultMockRecorder) IsValid ¶
func (mr *MockValidationResultMockRecorder) IsValid() *gomock.Call
IsValid indicates an expected call of IsValid
func (*MockValidationResultMockRecorder) ValidatorName ¶
func (mr *MockValidationResultMockRecorder) ValidatorName() *gomock.Call
ValidatorName indicates an expected call of ValidatorName
func (*MockValidationResultMockRecorder) Warnings ¶
func (mr *MockValidationResultMockRecorder) Warnings() *gomock.Call
Warnings indicates an expected call of Warnings
type MockValidator ¶
type MockValidator struct {
// contains filtered or unexported fields
}
MockValidator is a mock of Validator interface
func NewMockValidator ¶
func NewMockValidator(ctrl *gomock.Controller) *MockValidator
NewMockValidator creates a new mock instance
func (*MockValidator) EXPECT ¶
func (m *MockValidator) EXPECT() *MockValidatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockValidator) GetDeps ¶
func (m *MockValidator) GetDeps() []ev.ValidatorName
GetDeps mocks base method
func (*MockValidator) Validate ¶
func (m *MockValidator) Validate(input ev.Input, results ...ev.ValidationResult) ev.ValidationResult
Validate mocks base method
type MockValidatorMockRecorder ¶
type MockValidatorMockRecorder struct {
// contains filtered or unexported fields
}
MockValidatorMockRecorder is the mock recorder for MockValidator
func (*MockValidatorMockRecorder) GetDeps ¶
func (mr *MockValidatorMockRecorder) GetDeps() *gomock.Call
GetDeps indicates an expected call of GetDeps
func (*MockValidatorMockRecorder) Validate ¶
func (mr *MockValidatorMockRecorder) Validate(input interface{}, results ...interface{}) *gomock.Call
Validate indicates an expected call of Validate
Directories ¶
Path | Synopsis |
---|---|
Package mockevcache is a generated GoMock package.
|
Package mockevcache is a generated GoMock package. |
smtpclient
Package mocksmtpclient is a generated GoMock package.
|
Package mocksmtpclient is a generated GoMock package. |