public void Consulta_todos_Valores() { var valores = repository.GetAll(); Assert.IsTrue(valores.Count() > 0); }