Documentation ¶
Overview ¶
Package mock_view is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAdapter ¶
type MockAdapter struct {
// contains filtered or unexported fields
}
MockAdapter is a mock of Adapter interface.
func NewMockAdapter ¶
func NewMockAdapter(ctrl *gomock.Controller) *MockAdapter
NewMockAdapter creates a new mock instance.
func (*MockAdapter) AddTestSuitesToJunitWidgets ¶
func (m *MockAdapter) AddTestSuitesToJunitWidgets(arg0 context.Context, arg1, arg2 []string) error
AddTestSuitesToJunitWidgets mocks base method.
func (*MockAdapter) EXPECT ¶
func (m *MockAdapter) EXPECT() *MockAdapterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAdapterMockRecorder ¶
type MockAdapterMockRecorder struct {
// contains filtered or unexported fields
}
MockAdapterMockRecorder is the mock recorder for MockAdapter.
func (*MockAdapterMockRecorder) AddTestSuitesToJunitWidgets ¶
func (mr *MockAdapterMockRecorder) AddTestSuitesToJunitWidgets(arg0, arg1, arg2 interface{}) *gomock.Call
AddTestSuitesToJunitWidgets indicates an expected call of AddTestSuitesToJunitWidgets.
func (*MockAdapterMockRecorder) FindJunitWidgets ¶
func (mr *MockAdapterMockRecorder) FindJunitWidgets(arg0 interface{}) *gomock.Call
FindJunitWidgets indicates an expected call of FindJunitWidgets.
Click to show internal directories.
Click to hide internal directories.