This is the CXmlDriver related code.
Inheritance: System.Xml.Tests.CXmlDriverModule
Example #1
0
        public static void RunTestsAsync()
        {
            CModInfo.CommandLine = "/async";
            var module = new CFactoryModule();

            module.Init(null);
            module.Execute();
        }
Example #2
0
        public static CTestModule Create()
        {
            var module = new CFactoryModule();

            module.Init(null);

            return(module);
        }