public void PruebaQueDaniarUnTimerConUnaToleToleLoDestruya()
        {
            Timer articulo = new Timer();

            articulo.DaniarConToleTole(new ToleTole());

            Assert.IsTrue(articulo.FueDestruido());
        }