public void TestPilaPopThrowsException() { pila = new Pila <int>(3); pila.Pop(); }
public void CleanTests() { pila = null; }