Namespace: Drench.Tests
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, CloseAfterFirstFrame, Ignore] public void ClickTwoHumanGame() { ClickMouse(new Vector2D(0.11f, 0.51f)); Assert.AreEqual(typeof(TwoHumanGame), menu.game.GetType()); }
See Also