Exemplo n.º 1
0
        public void TestCebidaeAbstraction()
        {
            Cebidae capuchin = new Cebidae();

            Assert.Equal("Cebidae communicate with sounds and gestures.", capuchin.Communicate());
        }