MCPcopy
hub / github.com/NVIDIA/dcgm-exporter / EXPECT

Method EXPECT

internal/mocks/pkg/dcgmprovider/mock_client.go:54–56  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

52
53// EXPECT returns an object that allows the caller to indicate expected use.
54func (m *MockDCGM) EXPECT() *MockDCGMMockRecorder {
55 return m.recorder
56}
57
58// AddEntityToGroup mocks base method.
59func (m *MockDCGM) AddEntityToGroup(arg0 dcgm.GroupHandle, arg1 dcgm.Field_Entity_Group, arg2 uint) error {

Calls

no outgoing calls