Beispiel #1
0
 public void TestDownloadLaptop()
 {
     l.DownloadFile(120);
     l.DownloadFile(36);
     Assert.AreEqual(l.HardDriveSpace, 100);
 }