예제 #1
0
        public void Exercise2Method3Test3()
        {
            MyThirdCell cellObj = new MyThirdCell();

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

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