AgentTests NotElapsedBuffDoesNotExpire Method Delta Engine Documentation

Namespace: CreepyTowers.Tests
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void NotElapsedBuffDoesNotExpire()
Examples

[Test, CloseAfterFirstFrame, Ignore]
public void NotElapsedBuffDoesNotExpire()
{
    creep.ApplyBuff(new BuffEffect("TestGoldBuff"));
    AdvanceTimeAndUpdateEntities(1.0f);
    Assert.AreEqual(23.0f, creep.GetStatValue("Gold"));
}
See Also