Namespace: TinyPlatformer.Tests
Assembly: TinyPlatformer.Tests (in TinyPlatformer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: TinyPlatformer.Tests (in TinyPlatformer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void CheckInitialMonsterDesiredMovement() { Assert.IsFalse(monster.WantsToGoLeft); Assert.IsTrue(monster.WantsToGoRight); Assert.IsFalse(monster.WantsToJump); }
See Also