The Order of Tests in JUnit

2021 VietMX 0

1. Overview By default, JUnit runs tests using a deterministic, but unpredictable order (MethodSorters.DEFAULT). In most cases, that behavior is perfectly fine and acceptable; but there’re cases […]

JUnit 5 for Kotlin Developers

2021 VietMX 0

1. Introduction The newly released JUnit 5 is the next version of the well-known testing framework for Java. This version includes a number of features that specifically target […]

A Guide to JUnit 5

2021 VietMX 0

1. Overview JUnit is one of the most popular unit-testing frameworks in the Java ecosystem. The JUnit 5 version contains a number of exciting innovations, with the […]