JUnit4.8.2 - Download
You'll be able to download in few seconds.
External Download
We do not host JUnit on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.
The external download link for JUnit is provided to you by soft112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.
If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of soft112.com contact us.
Publisher Description
JUnit is a simple framework used to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. Features and fixes for the new version include:
- JUnitCore now more often exits with the correct exit code (0 for success, 1 for failure)
- Badly formed test classes produce more helpful error messages
- Test classes whose only test methods are inherited from superclasses now run.
- Optimization to annotation processing can cut JUnit overhead by more than half on large test classes, especially when using Theories.
- A failing assumption in a constructor ignores the class.
- Correct results when comparing the string "null" with potentially null values.
- Annotating a class with @RunWith will always invoke the default JUnit 4 runner in the current version of JUnit.