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

            Assert.Equal("Mammals nurse their young with milk.", capuchin.Nurse());
        }