Posts tagged with JUnit

Featured image for "Testing your Java code structure with ArchUnit"
Java

Testing your Java code structure with ArchUnit

In this tutorial I'll give an introduction to ArchUnit. This is a library that helps you with testing your Java code architecture, such as naming conventions, package structures, which classes can access others and so on.

Read more →
Featured image for "Unit testing your Spring boot applications"
Java

Unit testing your Spring boot applications

Testing is an important part of development, and in this tutorial I'll show you how you can unit test your Spring boot application

Read more →
Featured image for "Unit testing with Mockito and AssertJ"
Java

Unit testing with Mockito and AssertJ

Unit testing is a very important part in development. In this example I show you how easy it is, using Mockito and AssertJ.

Read more →