Esempio n. 1
0
        public void Exercise2Method3Test3()
        {
            MyThirdCell cellObj = new MyThirdCell();

            Assert.AreEqual(cellObj.IsAlive(3), false);
        }
Esempio n. 2
0
        public void Exercise2Method3Test2()
        {
            MyThirdCell cellObj = new MyThirdCell();

            Assert.AreEqual(cellObj.IsAlive(), true);
        }