MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / TestTokenFactory

Struct TestTokenFactory

commands/test_token_factory.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type TestTokenFactory struct {
10 FakeCliConnection *fakes.FakeCliConnection
11}
12
13func NewTestTokenFactory(fakeCliConnection *fakes.FakeCliConnection) *TestTokenFactory {
14 return &TestTokenFactory{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected