public void TestaImprime() { Retangulo r = new Retangulo(12, 34, 50, 40); Assert.AreEqual("retangulo[x:12,y:34,l:50,a:40]", r.Imprime()); }