DrenchMenuTests ClickSingleHumanGame Method Delta Engine Documentation

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

public void ClickSingleHumanGame()
Examples

[Test, CloseAfterFirstFrame, Ignore]
public void ClickSingleHumanGame()
{
    ClickMouse(new Vector2D(0.11f, 0.26f));
    Assert.AreEqual(typeof(SingleHumanGame), menu.game.GetType());
}
See Also