Пример #1
0
        public void IllegalDownloadTest()
        {
            SmartPhone test_smartphone = new SmartPhone(true, true, 16, "Dell", 800);


            test_smartphone.IllegalDownload();
            Assert.AreEqual(801, test_smartphone.NumberOfSongs);
        }