DEV Community

Discussion on: Introduction to Unit Testing with Java

Collapse
 
stealthmusic profile image
Jan Wedel • Edited

Just to give some other options: We’ve just started using JUnit 5, the best thing is actually @DisplayName to price a readable test name. Also, we switched to AssertJ that has a pretty neat fluent API.