Пример #1
0
 public void CellShouldBeAliveOnCreation()
 {
     var testCell = new Cell();
     Assert.IsTrue(testCell.isAlive());
 }