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

LoadGeneric3() private méthode

private LoadGeneric3 ( ) : void
Résultat void
        public void LoadGeneric3()
        {
            try
            {
                LoadXSL("IDontExist.xsl");
            }
            catch (System.IO.FileNotFoundException)
            {
                if ((LoadXSL("ShowParam.xsl") == 1) && (Transform("fruits.xml") == 1)
                && (CheckResult(466.5112789241) == 1))
                    return;
            }
            _output.WriteLine("Exception not generated for non-existent file name");
            Assert.True(false);
        }

Same methods

CLoadTest::LoadGeneric3 ( object param ) : void