Пример #1
0
        public void TestMethod2R()
        {
            GiftBox box = new GiftBox(1, 1, 10);

            Assert.AreEqual(14, box.FeedRibbonNeeded());
        }
Пример #2
0
        public void TestMethod1R()
        {
            GiftBox box = new GiftBox(2, 3, 4);

            Assert.AreEqual(34, box.FeedRibbonNeeded());
        }