What is Infinitest?
Infinitest is a continuous test runner designed to facilitate Test Driven Development. Whenever you change a class, Infinitest runs your tests for you. It's smart about what tests to run, and only runs the ones you need. If any tests fail, it reports the failures 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.
Current Release: Infinitest-Java v4
- Test runs fully and cleanly interruptible
- Automatically time-out frozen tests
- Failing tests are run first
- New "Greenhooks" allow shell execution on a green bar
Current Release: InfiniJ 4.0.3
- Control test scope using module facets
- Support for IntelliJ 8
How-To Screencasts
Project Roadmap
- Infinitest for Eclipse
