Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPathMatcherRepository ¶ added in v1.2.0
type MockPathMatcherRepository struct {
// contains filtered or unexported fields
}
MockPathMatcherRepository is a mock of PathMatcherRepository interface
func NewMockPathMatcherRepository ¶ added in v1.2.0
func NewMockPathMatcherRepository(ctrl *gomock.Controller) *MockPathMatcherRepository
NewMockPathMatcherRepository creates a new mock instance
func (*MockPathMatcherRepository) EXPECT ¶ added in v1.2.0
func (m *MockPathMatcherRepository) EXPECT() *MockPathMatcherRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPathMatcherRepository) Match ¶ added in v1.2.0
func (m *MockPathMatcherRepository) Match(arg0 string) bool
Match mocks base method
func (*MockPathMatcherRepository) Prepare ¶ added in v1.2.0
func (m *MockPathMatcherRepository) Prepare(arg0 generator.OptionFlagEntity) error
Prepare mocks base method
type MockPathMatcherRepositoryMockRecorder ¶ added in v1.2.0
type MockPathMatcherRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockPathMatcherRepositoryMockRecorder is the mock recorder for MockPathMatcherRepository
func (*MockPathMatcherRepositoryMockRecorder) Match ¶ added in v1.2.0
func (mr *MockPathMatcherRepositoryMockRecorder) Match(arg0 interface{}) *gomock.Call
Match indicates an expected call of Match
func (*MockPathMatcherRepositoryMockRecorder) Prepare ¶ added in v1.2.0
func (mr *MockPathMatcherRepositoryMockRecorder) Prepare(arg0 interface{}) *gomock.Call
Prepare indicates an expected call of Prepare
type MockRegexpRepository ¶
type MockRegexpRepository struct {
// contains filtered or unexported fields
}
MockRegexpRepository is a mock of RegexpRepository interface
func NewMockRegexpRepository ¶
func NewMockRegexpRepository(ctrl *gomock.Controller) *MockRegexpRepository
NewMockRegexpRepository creates a new mock instance
func (*MockRegexpRepository) CompilePatterns ¶
func (m *MockRegexpRepository) CompilePatterns(arg0 []string) error
CompilePatterns mocks base method
func (*MockRegexpRepository) EXPECT ¶
func (m *MockRegexpRepository) EXPECT() *MockRegexpRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRegexpRepository) MatchAny ¶
func (m *MockRegexpRepository) MatchAny(arg0 string) bool
MatchAny mocks base method
type MockRegexpRepositoryMockRecorder ¶
type MockRegexpRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockRegexpRepositoryMockRecorder is the mock recorder for MockRegexpRepository
func (*MockRegexpRepositoryMockRecorder) CompilePatterns ¶
func (mr *MockRegexpRepositoryMockRecorder) CompilePatterns(arg0 interface{}) *gomock.Call
CompilePatterns indicates an expected call of CompilePatterns
func (*MockRegexpRepositoryMockRecorder) MatchAny ¶
func (mr *MockRegexpRepositoryMockRecorder) MatchAny(arg0 interface{}) *gomock.Call
MatchAny indicates an expected call of MatchAny
type MockUseCase ¶
type MockUseCase struct {
// contains filtered or unexported fields
}
MockUseCase is a mock of UseCase interface
func NewMockUseCase ¶
func NewMockUseCase(ctrl *gomock.Controller) *MockUseCase
NewMockUseCase creates a new mock instance
func (*MockUseCase) EXPECT ¶
func (m *MockUseCase) EXPECT() *MockUseCaseMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockUseCase) LoadFiles ¶
func (m *MockUseCase) LoadFiles(arg0 []string, arg1 generator.OptionFlagEntity) (*generator.Entity, error)
LoadFiles mocks base method
type MockUseCaseMockRecorder ¶
type MockUseCaseMockRecorder struct {
// contains filtered or unexported fields
}
MockUseCaseMockRecorder is the mock recorder for MockUseCase
func (*MockUseCaseMockRecorder) LoadFiles ¶
func (mr *MockUseCaseMockRecorder) LoadFiles(arg0, arg1 interface{}) *gomock.Call
LoadFiles indicates an expected call of LoadFiles