()
| 3439 | } |
| 3440 | |
| 3441 | func (b *lockedBuffer) String() string { |
| 3442 | b.mu.Lock() |
| 3443 | defer b.mu.Unlock() |
| 3444 | return b.buffer.String() |
| 3445 | } |
| 3446 | |
| 3447 | func newIntegrationHarness(t *testing.T) integrationHarness { |
| 3448 | t.Helper() |
no outgoing calls
no test coverage detected