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 ApplyWaterThenIceThenFireToPaperCreep() { PaperCreepStateChanger.ChangeStatesIfPaperCreep(TowerType.Water, creep); PaperCreepStateChanger.ChangeStatesIfPaperCreep(TowerType.Ice, creep); PaperCreepStateChanger.ChangeStatesIfPaperCreep(TowerType.Fire, creep); Assert.IsFalse(creep.State.Frozen); Assert.IsTrue(creep.State.Unfreezable); Assert.IsTrue(creep.State.Wet); }
See Also