Ejemplo n.º 1
0
        public void GetList_ShouldBeEmpty()
        {
            var collection = _repo.GetList();

            collection.Should().BeEmpty();
        }