In this tutorial I'll teach you how to write unit tests in Spring Boot. We'll use Junit5 for tests, Jacoco for test coverage and Mockito for mocking.
*Links*
🔗 Source Code: https://github.com/devtiro/spring-boot-unit-test-tutorial
*Connect With Devtiro*
🌐 Website: https://www.devtiro.com
🐥 Twitter: https://twitter.com/devtiro
📸 Instagram: https://www.instagram.com/devtiro
*Timestamps*
0:00 What is a Unit Test?
1:02 App Demo
1:44 Service Layer Overview
2:47 Writing Service Layer Tests
6:36 Run the Tests
7:51 Presentation Layer Overview
8:17 Writing Presentation Layer Tests
9:24 Run the Tests (Again)
10:05 Next Up