Namespace: GhostWars.Tests
Assembly: GhostWars.Tests (in GhostWars.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: GhostWars.Tests (in GhostWars.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void RestartingStartsTheSameLevelAgain() { var menu = GiveMenuSimulatingGameLost(2); menu.RestartGame(); Assert.AreEqual(2, menu.CurrentLevel); }
See Also