private void Parse() { BehaviorVeterancyParser behaviorVeterancyParser = new BehaviorVeterancyParser(XmlDataService); ExcellentMana = behaviorVeterancyParser.Parse("ExcellentMana"); }
public void GetItemsTest() { BehaviorVeterancyParser behaviorVeterancyParser = new BehaviorVeterancyParser(XmlDataService); Assert.IsTrue(behaviorVeterancyParser.Items.Count > 0); }