Beispiel #1
0
 public void EstaVaziaTest()
 {
     Assert.IsTrue(p.estaVazia());
     Assert.AreEqual(0, p.tamanho());
 }