Brookke / SEPR-Assessment2

1 stars 6 forks source link

Menu and NavigationScreen unit tests added #113

Closed TheProgrammingDuck closed 7 years ago

jasonmash commented 7 years ago

I hate to say this in a testing branch... but the tests failed :(

joeShuff commented 7 years ago

He's only just learnt how to do these tests. He's checking he's got the right idea before he gets too far ahead.

TheProgrammingDuck commented 7 years ago

From what I can tell, my tests have failed the tests because my methods have parameters. I'm not sure how to avoid this issue since both the Menu and the NavigationScreen cannot be initialised without the game parameter...