예제 #1
0
파일: UnitTest1.cs 프로젝트: CClemensJr/Zoo
        public void ShouldImplementInterface()
        {
            Bear teddionel = new Bear();

            Assert.Equal(" is breathing deeply", teddionel.Breath());
        }