MCPcopy Create free account
hub / github.com/auth0/auth0-cli / EXPECT

Method EXPECT

internal/auth0/mock/client_mock.go:34–36  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

32
33// EXPECT returns an object that allows the caller to indicate expected use.
34func (m *MockClientAPI) EXPECT() *MockClientAPIMockRecorder {
35 return m.recorder
36}
37
38// Create mocks base method.
39func (m *MockClientAPI) Create(ctx context.Context, c *management.Client, opts ...management.RequestOption) error {

Calls

no outgoing calls