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.
Categories: Testing
Tags: junit, continuous testing, unit tests, testng
Additional Details
Eclipse Versions: 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2023-03 (4.27), 2023-06 (4.28), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33), 2024-12 (4.34)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Open Source
Development Status: Mature
Date Created: Thursday, January 28, 2010 - 15:44
License: MIT
Date Updated: Tuesday, April 21, 2015 - 11:10
Submitted by: David Gageot
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2024 | 338/581 | 8 | 5 |
November 2024 | 267/658 | 49 | 15 |
October 2024 | 312/663 | 32 | 3 |
September 2024 | 269/642 | 48 | 6 |
August 2024 | 312/641 | 27 | 12 |
July 2024 | 266/663 | 47 | 8 |
June 2024 | 267/681 | 54 | 12 |
May 2024 | 266/682 | 57 | 10 |
April 2024 | 292/687 | 48 | 12 |
March 2024 | 210/694 | 112 | 4 |
February 2024 | 259/687 | 60 | 5 |
January 2024 | 303/691 | 44 | 12 |
Reviews Add new review
Do this work for JUnit5 Parameterized Test on JDK 12?
Submitted by royce com on Wed, 07/24/2019 - 20:22
With eclipse 2019-06, it says No related tests found for last change. Please support the latest version.
Can you support the latest
Submitted by Maxwell Ma on Mon, 03/25/2019 - 03:07
Can you support the latest version 2019-03?
Re: Can you support the latest
Submitted by Aurélien Pupier on Mon, 03/25/2019 - 09:04
In reply to Can you support the latest by Maxwell Ma
done.
thanks for pointing it.
doesn't work under Java 8 ?
Submitted by Andrew McKinlay on Sat, 04/12/2014 - 19:05
With Eclipse Kepler running under Java 8 I get:
Unable to create the selected preference page.
Unexpected exception parsing XML document from class path resource [META-INF/spring/plugin-context.xml]; nested exception is java.lang.IllegalStateException: Context namespace element 'component-scan' and its parser class [org.springframework.context.annotation.ComponentScanBeanDefinitionParser] are only available on JDK 1.5 and higher
Hi,
Submitted by Aurélien Pupier on Tue, 06/14/2016 - 03:16
In reply to doesn't work under Java 8 ? by Andrew McKinlay
Hi,
with latest version I can use Infinitest with Java 8
Regards,
This changes everything!
Submitted by Johannes Brodwall on Tue, 09/03/2013 - 17:06
If you have a strict adherence to a TDD way of working and use Infinitest, you will supercharge your productivity.