public void TestFrameGeneration()
        {
            InitGlider();

            _sut.ApplyNextFrame();

            _matrix.GetLivingCells().Should().BeEquivalentTo(new Cell(0, 1), new Cell(2, 1), new Cell(1, 2), new Cell(2, 2), new Cell(1, 3));
        }