예제 #1
0
 public void Commercial_StandardConstructor()
 {
     Assert.IsFalse(com.GetScavenged(), "Should not be scavenged");
     Assert.AreEqual(2, com.GetSublocationID(), "ID should be 1");
     Assert.AreEqual(4, com.GetMaxItems(), "Max items should be 3");
     Assert.AreEqual(7, com.GetMaxAmount(), "Max amount should be 5");
 }