Closed MarijaBB closed 3 months ago
How to test main class using setUpInput (scanners) in tests. The problem is that main is calling play, play is calling other functions that have scanner inside them
Problem is with scanner - I need to initialize only one and pass it to other functions
How to test main class using setUpInput (scanners) in tests. The problem is that main is calling play, play is calling other functions that have scanner inside them