Exemplo n.º 1
0
        public void Exercise2_Method2()
        {
            CellAbleitung cell  = new CellAbleitung();
            Cell          cellO = new Cell();

            Assert.Equal(cellO.Grow() * 2, cell.Grow());
        }
Exemplo n.º 2
0
        public int Method2()
        {
            CellAbleitung cell = new CellAbleitung();

            return(cell.Grow());
        }