Exemplo n.º 1
0
        public void CorrectLargeToString()
        {
            MezzorellaSticks m = new MezzorellaSticks();

            m.MakeLarge();
            Assert.Equal("Large Mezzorella Sticks", m.ToString());
        }
Exemplo n.º 2
0
        public void CorrectLargeDescription()
        {
            MezzorellaSticks m = new MezzorellaSticks();

            m.MakeLarge();
            Assert.Equal("Large Mezzorella Sticks", m.Description);
        }