public void persistenciaCategorias() { List <Categoria> categorias = Ado.obtenerCategorias(); Assert.IsTrue(categorias.Any(c => c.Nombre == "Gaseosa")); Assert.IsTrue(categorias.Any(c => c.Nombre == "Cereal")); }