
上QQ阅读APP看书,第一时间看更新
JUnit 3
Since the early versions of JUnit 3, the framework can work with Java 2 and higher. JUnit3 is open source software, released under Common Public License (CPL) Version 1.0 and hosted on SourceForge (https://sourceforge.net/projects/junit/). The latest version of JUnit 3 was JUnit 3.8.2, released on May 14, 2007. The main requirements introduced by JUnit in the world of testing frameworks were the following:
- It should be easy to define which tests will run.
- The framework should be able to run tests independently of all other tests.
- The framework should detect and report errors test by test.