When and how to use parameterized unit testing
19th Apr 2021 by Aneesh Mistry
Parameterized unit testing
Learn about how and when you could benefit from creating a test class that uses the JUnitParams package in just 4 steps. The JUnitParams package will enable you to increase test coverage of a method without necessarily creating new test methods for it, instead, we can pass in different parameters that use the method differently and express a different expected result.