Esempio n. 1
0
 public void TestTopLeftCellCloning()
 {
     var cell = new TopLeftCell();
     cell.ShouldLive();
     AbstractCell cloneCell = cell.Clone();
     CompareClones(cell, cloneCell);
 }