(t *testing.T)
| 587 | } |
| 588 | |
| 589 | func (s) TestCompressorRegister(t *testing.T) { |
| 590 | for _, e := range listTestEnv() { |
| 591 | testCompressorRegister(t, e) |
| 592 | } |
| 593 | } |
| 594 | |
| 595 | func testCompressorRegister(t *testing.T, e env) { |
| 596 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected