public void LerTest() { var cores = repositorio.Ler(); Assert.IsTrue(cores.Count > 0); Assert.IsTrue(cores.Any(x => x.Nome == "Branco")); }