Ejemplo n.º 1
0
        public void EsBisiestoTest()
        {
            Fecha fecha = new Fecha(10, 9, 2000);

            Assert.AreEqual(fecha.EsBisiesto(), true);
        }