public void BatteryCharges2HoursPerHour() { test_laptop.Use(9); test_laptop.Charge(1); Assert.AreEqual(test_laptop.RemainingBatteryLife, 3); }