The ParallelTestBuilder's first run will lock
| 30 | |
| 31 | // The ParallelTestBuilder's first run will lock |
| 32 | type ParallelTestBuilder struct { |
| 33 | wg sync.WaitGroup |
| 34 | } |
| 35 | |
| 36 | func (b *ParallelTestBuilder) ConfigSpec() hcldec.ObjectSpec { return nil } |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected