News

Learn what is the best way to perform unit testing in Java using JUnit, and how to apply some best practices and tips to make your tests more effective and reliable.
Découvrez comment comparer TestNG et JUnit pour des tests logiciels automatisés en Java. Découvrez les avantages et les inconvénients de chaque cadre et comment décider.
Learn how to write and validate unit tests with JUnit 5. This article shows you how to configure a Maven project for JUnit, write basic and parameterized unit tests, and use JUnit 5’s built-in ...
Can be useful if you would like to start testing your code using Scala, but you already have some JUnit tests which you'd rather keep and run alongside the Scala tests. The project follows the ...
Mixing Java and Kotlin test classes with JUnit 5 Jupiter and JUnit 4 Vintage test engines. Supported JDK 1.8 and JDK 11. The junit-jupiter-vintage-maven-scala-java-mix sample demonstrates how to ...