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

RemoveParam3() private method

private RemoveParam3 ( ) : void
return void
        public void RemoveParam3()
        {
            m_xsltArg = new XsltArgumentList();
            m_xsltArg.RemoveParam(szEmpty, szEmpty);

            if ((LoadXSL("showParam.xsl") == 1) && (Transform_ArgList("fruits.xml") == 1) &&
                (CheckResult(466.5112789241) == 1))
                return;
            else
                Assert.True(false);
        }

Same methods

CArgRemoveParam::RemoveParam3 ( object param ) : void