Testar: Selective testing tool for Java
Testar is a tool designed to reduce the time spent running Java unit tests. It runs on top of JUnit and automatically selects individual tests to run based on what tests previously succeeded and what changes you have made to your code since then.
Additionally, Testar allows you to find out which methods a given test covers, and vice versa.
link






