Exemplo n.º 1
0
        public void ToList_IsCorrect(int w, int h)
        {
            _container = new FakeBaseContainer(w, h);

            Assert.That(_container.ToList(), Has.Count.EqualTo(w * h));
        }