Junit

From GM-RKB
(Redirected from JUnit)
Jump to navigation Jump to search

A Junit is an Unit Testing that ...



References

2020

  • (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/JUnit Retrieved:2020-4-20.
    • JUnit is a unit testing framework for the Java programming language. Unit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit.

      JUnit is linked as a JAR at compile-time; the framework resides under package junit.framework for JUnit 3.8 and earlier, and under package org.junit for JUnit 4 and later.

      A research survey performed in 2013 across 10,000 Java projects hosted on GitHub found that JUnit (in a tie with slf4j-api), was the most commonly included external library. Each library was used by 30.7% of projects.