- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- INSTANT Mock Testing with PowerMock
- Vue.js入門與商城開發實戰
- ASP.NET Core Essentials
- Unity Virtual Reality Projects
- 數據結構(Python語言描述)(第2版)
- Java虛擬機字節碼:從入門到實戰
- PostgreSQL 11從入門到精通(視頻教學版)
- PostgreSQL Replication(Second Edition)
- Django 3.0入門與實踐
- Spring Boot+MVC實戰指南
- Python:Deeper Insights into Machine Learning
- Java設計模式深入研究
- Go Systems Programming
- Building UIs with Wijmo