MATF-Software-Verification / 2023_Analysis_Sudoku-Game

0 stars 0 forks source link

Problem 1 #3

Closed MarijaBB closed 3 months ago

MarijaBB commented 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

MarijaBB commented 3 months ago

Problem is with scanner - I need to initialize only one and pass it to other functions