Video
Quick introduction to unit testing in CI pipelines
In this lecture, we quickly go over that a unit test is. In a nutshell, unit tests are responsible for testing only single units of code, typically one class. The execution time is very fast and gives instant feedback.
For Java projects, JUnit is the most popular framework for writing unit tests.
Skills that you will get in this material