JUnit 5 Tricks

JUnit 5 is much better than previous versions. Testing is something every engineer should be obsessed about it. Junit 5 improved a lot the assertion API being much more clean, easy to use, and concise. Today I want to share a video I made about Some cool JUnit 5 tricks. I should make this post a long time ago, however is better late than never :-)  Let's get started.




Video


Code


Cheers,
Diego Pacheco

Popular posts from this blog

Kafka Streams with Java 15

Rust and Java Interoperability

HMAC in Java