Namespace: CreepyTowers.Tests.Creeps
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, CloseAfterFirstFrame] public void CreepWithNoPathDoesntMove() { creep.Path = new List<Vector2D>(); AdvanceTimeAndUpdateEntities(1); Assert.AreEqual(0.0f, creep.Position.X); }
See Also