System.Xml.Tests.CLoadMethInfoTest.Var4 C# (CSharp) Méthode

Var4() private méthode

private Var4 ( ) : void
Résultat void
        public void Var4()
        {
            // BinCompat TODO: rewrite this test so that it does not load xsl from dll
            Assert.True(false);

            /*XslCompiledTransform xslt = new XslCompiledTransform();
            String asmPath = Path.Combine(@"TestFiles\", FilePathUtil.GetTestDataPath(), @"xsltc\precompiled\bftBaseLine.dll");
            String type = "bftBaseLine";
            String xml = Path.Combine(@"TestFiles\", FilePathUtil.GetTestDataPath(), @"xsltc\precompiled\sft1.xml");

            try
            {
                TestWLoad(xslt, Path.GetFullPath(asmPath), type);
                xslt.Transform(xml, "out.txt");
                return;
            }
            catch (Exception e)
            {
                _output.WriteLine(e.ToString());
            }
            Assert.True(false);*/
        }