Let’s Smell Some Tests #3 — Testing Randomness in Java | by Krystian Szpiczakowski | May, 2022
Why you should avoid testing non-deterministic behavior Photo by Lucas George Wendt on Unsplash Hello, and welcome to the fourth article of the “Let’s Smell Some Tests” series. In the previous episode¹, we were looking at tests that exercised internal behavior, and we pointed out the drawbacks of this approach. Today, we’re going to analyze … Read more