Exemplo n.º 1
0
        public void FixtureInit()
        {
            SimpleResolver resolver = new SimpleResolver();

            string source = DirectoryFinder.FwSourceDirectory;
            string path   = System.IO.Path.Combine(source, @"Utilities/XMLUtils/XMLUtilsTests");

            if (!System.IO.Directory.Exists(path))
            {
                Debug.Fail(path + " not found.  Have the XmlUtilsTests been moved?");
            }

            resolver.BaseDirectory = path;
            m_includer             = new XmlIncluder(resolver);
        }
Exemplo n.º 2
0
        public void FixtureInit()
        {
            SimpleResolver resolver = new SimpleResolver();

            string source = FwDirectoryFinder.SourceDirectory;
            string path   = System.IO.Path.Combine(source, "XCore", "xCoreTests");

            if (!System.IO.Directory.Exists(path))
            {
                Debug.Fail(path + " not found.");
            }

            resolver.BaseDirectory = path;
            m_includer             = new XmlIncluder(resolver);
        }