Ejemplo n.º 1
0
        public void GameMenuDisplaysHumanvHumanOption()
        {
            console.setUserInputs(new List <string> {
                "1", "1", "1", "2", "3", "4", "5", "6", "7", "8", "9"
            });

            game.Menu();

            Assert.Contains("1. Human v. Human", console.CaptureOutput);
        }