Namespace: GameOfLife.Tests
Assembly: GameOfLife.Tests (in GameOfLife.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: GameOfLife.Tests (in GameOfLife.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, CloseAfterFirstFrame] public void DeadCellWithExactlyThreeLiveNeighborsComesToLiveAgain() { InitializeGameOfLife(new Size(3)); gameOfLife.BatchReviveCells(new[,] { { 0, 0 }, { 1, 0 }, { 2, 0 } });
See Also