Exemplo n.º 1
0
        public void CheckSmartPhoneAddStorageFunction()
        {
            SmartPhone NewPhone = new SmartPhone("Samsung");

            NewPhone.AddStorage(500);
            Assert.AreEqual(500, NewPhone.StorageGB);
        }