Ejemplo n.º 1
0
        public void TestDuckDietInterface()
        {
            Surf_Scoter silly = new Surf_Scoter();

            Assert.Equal("Bread?", silly.Diet());
        }