SingleHumanGameTests NewGameInstructions Method Delta Engine Documentation

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

public void NewGameInstructions()
Examples

[Test, CloseAfterFirstFrame]
public void NewGameInstructions()
{
    Assert.AreEqual("Try to complete the grid in the lowest number of turns!",
        game.upperText.Text);
}
See Also