- 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.
推薦閱讀
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Java游戲服務器架構實戰
- 基于差分進化的優化方法及應用
- PHP網絡編程學習筆記
- 假如C語言是我發明的:講給孩子聽的大師編程課
- C語言程序設計案例精粹
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 動手打造深度學習框架
- Arduino電子設計實戰指南:零基礎篇
- 軟件工程與UML案例解析(第三版)
- Java自然語言處理(原書第2版)
- ASP.NET jQuery Cookbook(Second Edition)
- 流暢的Python
- Mastering Docker(Second Edition)