System.Xml.Tests.CArgRemoveParam.RemoveParam7 C# (CSharp) Method

RemoveParam7() private method

private RemoveParam7 ( ) : void
return void
        public void RemoveParam7()
        {
            m_xsltArg = new XsltArgumentList();

            retObj = m_xsltArg.RemoveParam("myArg1", null);
            if (retObj != null)
            {
                _output.WriteLine("Did not return NULL for null URI namespace");
                Assert.True(false);
            }
            return;
        }