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

            Assert.Equal("Opposable thumbs allow primates to have a strong hold on things.", capuchin.UsePowerGrip());
        }