| 9 | ) |
| 10 | |
| 11 | type FakeOutputCapture struct { |
| 12 | SetOutputBucketStub func(io.Writer) |
| 13 | setOutputBucketMutex sync.RWMutex |
| 14 | setOutputBucketArgsForCall []struct { |
| 15 | arg1 io.Writer |
| 16 | } |
| 17 | invocations map[string][][]interface{} |
| 18 | invocationsMutex sync.RWMutex |
| 19 | } |
| 20 | |
| 21 | func (fake *FakeOutputCapture) SetOutputBucket(arg1 io.Writer) { |
| 22 | fake.setOutputBucketMutex.Lock() |
nothing calls this directly
no outgoing calls
no test coverage detected