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

Method EXPECT

internal/auth0/mock/organization_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 *MockOrganizationAPI) EXPECT() *MockOrganizationAPIMockRecorder {
35 return m.recorder
36}
37
38// Connections mocks base method.
39func (m *MockOrganizationAPI) Connections(ctx context.Context, id string, opts ...management.RequestOption) (*management.OrganizationConnectionList, error) {

Calls

no outgoing calls