Beispiel #1
0
 public void CellEnsureSynsthesisReturnsDish()
 {
     Cell cell = new Cell();
     Assert.AreEqual(8, cell.Synthesis().Count);
     Assert.IsInstanceOfType(cell.Synthesis(), typeof(PetriDish.Dish));
 }