testdriven.com Wrangling quality out of chaos

Testar: Selective testing tool for Java

09.05.2006 · Posted in Links

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

  • del.icio.us
  • Digg
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati
  • Twitter

Comments are closed