javaadvent.com
Assert with Grace: Custom Assertions for Cleaner Code - JVM Advent
What’s an assertion? It’s a way to test an assumption in the code normally associated with an expected result, where we will compare it to the current outcome. We all know a lot of different assertions: if it is null, equal, true and all its variations are negations: not null, not equal, false, and so […]
Elias Nogueira