Infinitest 5.1
Categories:
Infinitest is a continuous test runner for Java, and is valuable to developers using a unit testing tool called JUnit. Continuous testing is the practice of constantly running unit tests while developers make changes to source code. Kind of like a spellchecker, except that instead of looking for spelling errors like a regular spellchecker, or looking for syntax errors like many IDE's do, Infinitest constantly looks for logical errors and immediately identifies them. It does this by running an optimized set of unit tests every time a developer makes a change to source code. It's installed as a plugin to the Eclipse Java IDE, or alternatively, JetBrains IntelliJ IDEA.
Infinitest requires either Eclipse 3.4 (or later). It requires Java 1.5 (or later).
Additional Details
- Version Number: 5.1
- Eclipse Versions: 3.4 or later
- Organization: Open Source
- Date Created: 28/01/2010
- Date Updated: 23/05/2012
- Development Status: Mature
- License: GPL
- Submitted by: David Gageot
- This listing has been installed 9 times in the last 30 days.

