System.Xml.Tests.CLoadTest.LoadGeneric5 C# (CSharp) Méthode

LoadGeneric5() private méthode

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

Same methods

CLoadTest::LoadGeneric5 ( object param ) : void