Exemple #1
0
        public void TestJaguarNoisetInterface()
        {
            Jaguar silly = new Jaguar();

            Assert.Equal("Snarl", silly.Noise());
        }