System.Xml.Tests.CLoadXmlResolverTest.LoadGeneric10 C# (CSharp) Méthode

LoadGeneric10() private méthode

private LoadGeneric10 ( ) : void
Résultat void
        public void LoadGeneric10()
        {
            for (int i = 0; i < 100; i++)
            {
                if (LoadXSL_Resolver("showParam.xsl", null) != 1)
                {
                    _output.WriteLine("Failed to load stylesheet showParam.xsl on the {0} attempt", i);
                    Assert.True(false);
                }
            }
            if ((LoadXSL_Resolver("showParam.xsl", null) == 1) && (Transform("fruits.xml") == 1)
                && (CheckResult(466.5112789241) == 1))
                return;
            Assert.True(false);
        }