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

LoadGeneric6() private méthode

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