- 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.
推薦閱讀
- .NET之美:.NET關鍵技術深入解析
- Google Flutter Mobile Development Quick Start Guide
- MongoDB for Java Developers
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 學Python也可以這么有趣
- Java Web程序設計任務教程
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Learning Concurrent Programming in Scala
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Django實戰:Python Web典型模塊與項目開發
- Mastering SciPy
- Android技術內幕(系統卷)
- Java RESTful Web Service實戰
- H5頁面設計與制作(全彩慕課版·第2版)
- 面向物聯網的Android應用開發與實踐