- 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.
- Google Apps Script for Beginners
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Microsoft Application Virtualization Cookbook
- Flask Web開發(fā)入門、進(jìn)階與實(shí)戰(zhàn)
- 匯編語言程序設(shè)計(jì)(第2版)
- GitLab Repository Management
- Python數(shù)據(jù)分析(第2版)
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- 軟件項(xiàng)目管理實(shí)用教程
- Scala編程實(shí)戰(zhàn)(原書第2版)
- VMware虛擬化技術(shù)
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- JBoss:Developer's Guide
- Instant jQuery Boilerplate for Plugins