December 2021
Intermediate to advanced
787 pages
12h 50m
English
JUnit is a framework written in Java that supports the creation and automation of test cases. It is easy to learn and takes a lot of work of writing and managing test cases. In particular, only the logic for the test cases themselves needs to be implemented. Thereby the framework supports various methods with which test assertions can be set up and evaluated.
To test an application class, a corresponding test class is usually written. Often you start to validate the ...
Read now
Unlock full access