Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

What is JUnit?

JUnit is a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include: o Assertions for testing expected results o Test fixtures for sharing common test data o Test runners for running tests JUnit was originally written by Erich Gamma and Kent Beck.