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, Ignore] public void MessageInsufficientMoney() { int amountRequired = 0; game.InsufficientCredits += i => { amountRequired = i; }; game.MessageInsufficientMoney(100); Assert.AreEqual(100, amountRequired); }
See Also