System.Xml.Tests.CLoadStringTest.LoadUrl1 C# (CSharp) Méthode

LoadUrl1() private méthode

private LoadUrl1 ( ) : void
Résultat void
        public void LoadUrl1()
        {
            try
            {
                LoadXSL("IDontExist.xsl", InputType.URI);
            }
            catch (System.IO.FileNotFoundException)
            {
                return;
            }
            _output.WriteLine("Exception not generated for non-existent file parameter name");
            Assert.True(false);
        }