Example #1
0
        public void AllShouldReturnEmptyCollection()
        {
            var allIngredients = _ingredientsService.All().ToList();

            Assert.Empty(allIngredients);
        }