Exemplo n.º 1
0
        public void TigerProducesCubs()
        {
            Tiger  tiger = new Tiger();
            string cubs  = tiger.Cubs();

            Assert.Equal("My cubs are the cutest", cubs);
        }