MenuTests SetGameOverAndRestartBackToCountDown Method Delta Engine Documentation

Namespace: GhostWars.Tests
Assembly: GhostWars.Tests (in GhostWars.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void SetGameOverAndRestartBackToCountDown()
Examples

[Test]
public void SetGameOverAndRestartBackToCountDown()
{
    var menu = GiveMenuSimulatingGameLost();
    menu.RestartGame();
    Assert.AreEqual(MainMenu.State, GameState.CountDown);
}
See Also