Exemplo n.º 1
0
 public void ExistsTest_when_no_tile()
 {
     Assert.False(_repository.DoesTileExist(0, 0, 0, Tile.MandelbrotSetName));
 }