- Mastering Software Testing with JUnit 5
- Boni García
- 136字
- 2021-07-02 15:34:26
Testing frameworks for the JVM
JUnit is a testing framework which allows to create automated tests. The development of JUnit was started by Kent Beck and Erich Gamma in late 1995. Since then, the popularity of the framework has been growing. Nowadays, it is broadly considered as the de facto standard for testing Java applications.
JUnit was designed to be a unit-testing framework. Nevertheless, it can be used to implement not just unit tests, but also other kinds of tests. As we will discover in the body of this book, depending on how the test logic exercises the piece of software under test, a test case implemented with JUnit can be considered as an unit, integration, system, and even acceptance test. All in all, we can think of JUnit as a multi-purpose testing framework for Java.
- Go Web編程
- 一步一步學Spring Boot 2:微服務項目實戰
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- 數字媒體應用教程
- LabVIEW程序設計基礎與應用
- Mastering Adobe Captivate 2017(Fourth Edition)
- WebAssembly實戰
- Production Ready OpenStack:Recipes for Successful Environments
- Spring Cloud、Nginx高并發核心編程
- Kotlin Standard Library Cookbook
- Learning Concurrency in Kotlin
- Procedural Content Generation for C++ Game Development
- ElasticSearch Cookbook(Second Edition)
- Visualforce Developer’s guide
- Visual Studio 2015高級編程(第6版)