GameOfLifeTests CheckForLiveCellOnTheLeft 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 CheckForLiveCellOnTheLeft()
Examples

[Test, CloseAfterFirstFrame]
public void CheckForLiveCellOnTheLeft()
{
    gameOfLife.ReviveCellAtPosition(1, 2);
    AssertOneNeighborCellIsAliveFromCenterOfGrid();
}
See Also