Namespace: Asteroids
Assembly: Asteroids (in Asteroids.exe) Version: 1.1.1.0 (1.1.1)
Tests: Asteroids.Tests.GameTests
1 unit tests call Asteroids.Game.RestartGame
Assembly: Asteroids (in Asteroids.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Remarks
Examples
[Test, CloseAfterFirstFrame] public void RestartGameGivesRunningGameAgain() { CreateAndStartGame(); game.RestartGame(); Assert.AreEqual(GameState.Playing, game.GameState); }
See Also