예제 #1
0
        public void isMuerta()
        {
            bool resultado = cel.muerta(true, 3);

            Assert.IsTrue(resultado);
        }