Skip to content

About JUnit

Kristina edited this page Nov 2, 2017 · 1 revision

JUnit is unit testing framework for the Java programming language. JUnit is one of the most commonly included external libraries in Java projects and has been important in the development of test-driven development.

The JUnit code is open sourced and can be viewed here. You can find samples of JUnit demos here.

Clone this wiki locally