| 7 | ) |
| 8 | |
| 9 | type TestTokenFactory struct { |
| 10 | FakeCliConnection *fakes.FakeCliConnection |
| 11 | } |
| 12 | |
| 13 | func NewTestTokenFactory(fakeCliConnection *fakes.FakeCliConnection) *TestTokenFactory { |
| 14 | return &TestTokenFactory{ |
nothing calls this directly
no outgoing calls
no test coverage detected