Namespace: CreepyTowers.Tests
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] public void ExitingGameRemovesAllEntities() { MockGame.ExitGame(); Assert.AreEqual(0, EntitiesRunner.Current.GetAllEntities().Count); }
See Also