During a recent software development project, I made changes to part of our codebase that programmatically generates and modifies a tree-like data structure. I wanted to highlight how some really nice unit tests using JUnit’s ParameterizedTest with a MethodSource returning Stream helped catch a couple of would-be bugs with my recent changes. This approach also […] The post Use JUnit Parameterized Tests to Force Test Coverage appeared first on Atomic Spin.