Testing is an important part of development, and in this tutorial I'll show you how you can unit test your Spring boot application
Unit testing is a very important part in development. In this example I show you how easy it is, using Mockito and AssertJ.