Documentation
¶
Overview ¶
Package mockufs is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetDUTsForLabstation(arg0 context.Context, arg1 *ufspb0.GetDUTsForLabstationRequest, ...) (*ufspb0.GetDUTsForLabstationResponse, error)
- func (m *MockClient) GetDeviceData(arg0 context.Context, arg1 *ufspb0.GetDeviceDataRequest, ...) (*ufspb0.GetDeviceDataResponse, error)
- func (m *MockClient) GetMachineLSE(arg0 context.Context, arg1 *ufspb0.GetMachineLSERequest, ...) (*ufspb.MachineLSE, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) GetDUTsForLabstation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetDeviceData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetMachineLSE(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockGetPoolsClient
- type MockGetPoolsClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) GetDUTsForLabstation ¶
func (m *MockClient) GetDUTsForLabstation(arg0 context.Context, arg1 *ufspb0.GetDUTsForLabstationRequest, arg2 ...grpc.CallOption) (*ufspb0.GetDUTsForLabstationResponse, error)
GetDUTsForLabstation mocks base method.
func (*MockClient) GetDeviceData ¶
func (m *MockClient) GetDeviceData(arg0 context.Context, arg1 *ufspb0.GetDeviceDataRequest, arg2 ...grpc.CallOption) (*ufspb0.GetDeviceDataResponse, error)
GetDeviceData mocks base method.
func (*MockClient) GetMachineLSE ¶
func (m *MockClient) GetMachineLSE(arg0 context.Context, arg1 *ufspb0.GetMachineLSERequest, arg2 ...grpc.CallOption) (*ufspb.MachineLSE, error)
GetMachineLSE mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) GetDUTsForLabstation ¶
func (mr *MockClientMockRecorder) GetDUTsForLabstation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDUTsForLabstation indicates an expected call of GetDUTsForLabstation.
func (*MockClientMockRecorder) GetDeviceData ¶
func (mr *MockClientMockRecorder) GetDeviceData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDeviceData indicates an expected call of GetDeviceData.
func (*MockClientMockRecorder) GetMachineLSE ¶
func (mr *MockClientMockRecorder) GetMachineLSE(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetMachineLSE indicates an expected call of GetMachineLSE.
type MockGetPoolsClient ¶
type MockGetPoolsClient struct {
// contains filtered or unexported fields
}
MockGetPoolsClient is a mock of GetPoolsClient interface.
func NewMockGetPoolsClient ¶
func NewMockGetPoolsClient(ctrl *gomock.Controller) *MockGetPoolsClient
NewMockGetPoolsClient creates a new mock instance.
func (*MockGetPoolsClient) EXPECT ¶
func (m *MockGetPoolsClient) EXPECT() *MockGetPoolsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGetPoolsClient) GetMachineLSE ¶
func (m *MockGetPoolsClient) GetMachineLSE(ctx context.Context, in *ufspb0.GetMachineLSERequest, opts ...grpc.CallOption) (*ufspb.MachineLSE, error)
GetMachineLSE mocks base method.
type MockGetPoolsClientMockRecorder ¶
type MockGetPoolsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGetPoolsClientMockRecorder is the mock recorder for MockGetPoolsClient.
func (*MockGetPoolsClientMockRecorder) GetMachineLSE ¶
func (mr *MockGetPoolsClientMockRecorder) GetMachineLSE(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetMachineLSE indicates an expected call of GetMachineLSE.