Exemplo n.º 1
0
        public void ShouldReturn3WhenConsultingAtiveProducts()
        {
            var result = PRODUCTS.AsQueryable().Where(ProductQueries.GetAtiveProducts());

            Assert.Equal(3, result.Count());
        }