JUnit Testing Multiple Values Against Same Function Best Practice
Say I have various input strings that are passed into the same function and returns output strings that are compared against their expected results. For example, periods should be transformed to dashes and vice versa.