- Mastering Software Testing with JUnit 5
- Boni García
- 98字
- 2021-07-02 15:34:26
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.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Vue.js設(shè)計(jì)與實(shí)現(xiàn)
- JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- Linux核心技術(shù)從小白到大牛
- Bulma必知必會
- 64位匯編語言的編程藝術(shù)
- Java軟件開發(fā)基礎(chǔ)
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(1)
- C和C++游戲趣味編程
- Web性能實(shí)戰(zhàn)
- Learning Hadoop 2
- Scratch·愛編程的藝術(shù)家
- 深入實(shí)踐Kotlin元編程
- Python 3 數(shù)據(jù)分析與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)