Ejemplo n.º 1
0
        public void XmlContentTestReadValueTest()
        {
            string location = Assembly.GetExecutingAssembly().Location;

            _XMLElementTest.Path          = Path.GetDirectoryName(location);
            _XMLElementTest.Filename      = string.Format("{0}.config", Path.GetFileName(location));
            _XMLElementTest.XmlPath       = "/mySettings/xmlcontent";
            _XMLElementTest.ExpectedValue = "Hello World";
            _XMLElementTest.Run();
        }