public void ToList_IsCorrect(int w, int h) { _container = new FakeBaseContainer(w, h); Assert.That(_container.ToList(), Has.Count.EqualTo(w * h)); }