What Is JUnit (Java Unit) Testing

Q

What Is JUnit (Java Unit) Testing?

✍: FYIcenter.com

A

JUnit is a simple framework to write repeatable tests for Java applications. It is an instance of the xUnit architecture for unit testing frameworks.

JUnit features include:

  • Assertions for testing expected results
  • Test fixtures for sharing common test data
  • Test runners for running tests

JUnit was originally written by Erich Gamma and Kent Beck.

JUnit Releases:

JUnit 4.13.2 - 2021-02-13
JUnit 4.12 - 04-Dec-2014
JUnit 4.11 - 14-Nov-2012
JUnit 4.10 - 29-Sep-2011
JUnit 4.9  - 22-Aug-2011
JUnit 4.8  - 30-Nov-2009
JUnit 4.7  - 27-Jul-2009
JUnit 4.6  - 13-Apr-2009
...

For more information, see JUnit Website

 

Download and Install junit-4.13.2.jar

Download and Install JUnit (Java Unit) Testing

Download and Install JUnit (Java Unit) Testing

⇑⇑ FAQ for JUnit (Java Unit) Testing

2016-02-18, 2250🔥, 0💬