System.Xml.Tests.CLoadXmlResolverTest.LoadGeneric11 C# (CSharp) Method

LoadGeneric11() private method

private LoadGeneric11 ( ) : void
return void
        public void LoadGeneric11()
        {
            try
            {
                LoadXSL_Resolver("IDontExist.xsl", null);
            }
            catch (System.IO.FileNotFoundException)
            {
                return;
            }
            _output.WriteLine("Exception not generated for non-existent file parameter name");
            Assert.True(false);
        }