|
|
What is Infinitest?
Infinitest is a continuous JUnit test runner designed to facilitate Test Driven Development. Infinitest helps you learn TDD by providing feedback as you work, and helps you master TDD by reducing your feedback cycle from minutes to mere seconds.
Whenever you change a class, Infinitest runs your tests for you. If any errors occur, it reports them clearly and concisely. This gives you instant feedback about the semantic correctness of your code, just as modern IDE's give you instant feedback about syntax errors.
Just Released: Infinitest 3
- Significant Performance Improvements
- Automatically sorts errors by point of failure, rather than by test
- New 'zero configuration' launcher
- Added regex-based filtering for tests
- Updated status and error messages
