(t *testing.T)
| 225 | } |
| 226 | |
| 227 | func (s) TestDoneInfo(t *testing.T) { |
| 228 | for _, e := range listTestEnv() { |
| 229 | testDoneInfo(t, e) |
| 230 | } |
| 231 | } |
| 232 | |
| 233 | func testDoneInfo(t *testing.T, e env) { |
| 234 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected