Exemplo n.º 1
0
        public void persistenciaCategorias()
        {
            List <Categoria> categorias = Ado.obtenerCategorias();

            Assert.IsTrue(categorias.Any(c => c.Nombre == "Gaseosa"));
            Assert.IsTrue(categorias.Any(c => c.Nombre == "Cereal"));
        }