private void Parse() { MountParser mountParser = new MountParser(XmlDataService); MountCloudVar1 = mountParser.Parse("MountCloudVar1"); }
public void GetItemsTest() { MountParser mountParser = new MountParser(XmlDataService); Assert.IsTrue(mountParser.Items.Count > 0); }