JUnit articles

Introduction to JUnit 5

JUnit is an incontestable part of each Java project. Step by step this framework comes closer to its new major version - 5.

Continue Reading β†’

Tests in multi-threading environment with JUnit

Tests driven developpement (TDD) has a lot of advantages. We can simply rewrite a class and be sure that the application will still work after thanks to appropriated test cases. It's pretty simple to write them in single threading environment. But what to do when a test must be executed in multi-threading environment ?

Continue Reading β†’