StatTests CheckToString Method Delta Engine Documentation

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

public void CheckToString()
Examples

[Test]
public void CheckToString()
{
    stat.Adjust(-40.0f);
    Assert.AreEqual("60/100", stat.ToString());
}
See Also