Exemplo n.º 1
0
 public void TestCellIsAlive()
 {
     Assert.AreEqual("Alive", Ecosystem.GetCellStringValue(50, 50));
 }