Example #1
0
        public void TestCanidaeAbstraction()
        {
            Canidae dog = new Canidae();

            Assert.Equal("Dog-like howl or bark.", dog.Communicate());
        }