GameManagerTests SimulationIsNotRunningWhenStarted Method Delta Engine Documentation

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

public void SimulationIsNotRunningWhenStarted()
Examples

[Test]
public void SimulationIsNotRunningWhenStarted()
{
    manager.Update();
    Assert.AreEqual(0, manager.gameOfLife.Population);
}
See Also