- Mastering Software Testing with JUnit 5
- Boni García
- 118字
- 2021-07-02 15:34:28
Road to JUnit 5
Software testing has changed a lot since the first release of JUnit 4 in 2006. Since then, not only have Java and the JVM has evolved, but also our testing needs matured. We are not writing just unit tests anymore. Instead, in addition to verifying a single piece of code, software engineers and testers demand other kinds of tests, such as integration and end-to-end tests.
In addition, our expectations about testing frameworks have grown. Nowadays, we demand advanced capabilities for these frameworks, such as extensibility or modularity, to name a few. In this section, we discover the main limitations of JUnit 4, the vision of JUnit 5, and the community supporting its development.
推薦閱讀
- Java程序設計(慕課版)
- Facebook Application Development with Graph API Cookbook
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- R語言數據分析從入門到精通
- R語言編程指南
- 基于Swift語言的iOS App 商業實戰教程
- Scala謎題
- Java:High-Performance Apps with Java 9
- Visual Basic程序設計教程
- Mastering React
- 運維前線:一線運維專家的運維方法、技巧與實踐
- IBM RUP參考與認證指南
- 量子計算機編程:從入門到實踐
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- Swift iOS Programming for Kids