public void CheckLaptopAddRamFunction() { Laptop NewLaptop = new Laptop(); NewLaptop.AddRam(8); Assert.AreEqual(8, NewLaptop.Ram); }