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

[Test, CloseAfterFirstFrame]
public void BoundCheckOnTheTopLeftBorderOfTheGrid()
{
    AssertNoNeighborCellIsAliveOutsideTheGridBorder(0, 0);
}
See Also