junit-team / junit4

A programmer-oriented testing framework for Java.
https://junit.org/junit4
Eclipse Public License 1.0
8.53k stars 3.29k forks source link

Explain why the thread group is destroyed #1690

Closed stefanbirkner closed 3 years ago

stefanbirkner commented 3 years ago

This information is currently only available in GitHub. It should be close to the code so that the reader can understand why we destroy the thread group.

stefanbirkner commented 3 years ago

I'm closing this PR because #1691 is changing the code and adds comments with a better explanation.