MCPcopy Create free account
hub / github.com/cloudfoundry/cli / FakeUserPrinter

Struct FakeUserPrinter

cf/actors/userprint/userprintfakes/fake_user_printer.go:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type FakeUserPrinter struct {
11 PrintUsersStub func(string, string)
12 printUsersMutex sync.RWMutex
13 printUsersArgsForCall []struct {
14 arg1 string
15 arg2 string
16 }
17 invocations map[string][][]interface{}
18 invocationsMutex sync.RWMutex
19}
20
21func (fake *FakeUserPrinter) PrintUsers(arg1 string, arg2 string) {
22 fake.printUsersMutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected