I have been searching on any documentation if this is possible with parameterized junit4 testing. Basically what I have is two classes, GameEntry and Scoreboard: I’ve read about parameterized testing where you return an array of different input data Passing arrays to Parameterized JUnit, but it is not q…