XmlUnit.Xunit.DiffConfiguration.DiffConfiguration C# (CSharp) Method

DiffConfiguration() public method

public DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling ) : System.Xml
description string
useValidatingParser bool
whitespaceHandling WhitespaceHandling
return System.Xml
        public DiffConfiguration(string description,
                                 bool useValidatingParser,
                                 WhitespaceHandling whitespaceHandling)
            : this(description, useValidatingParser, whitespaceHandling,
                   DEFAULT_IGNORE_ATTRIBUTE_ORDER,DEFAULT_IGNORE_ATTRIBUTE)
        {
        }

Same methods

DiffConfiguration::DiffConfiguration ( ) : System.Xml
DiffConfiguration::DiffConfiguration ( WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration::DiffConfiguration ( bool useValidatingParser ) : System.Xml
DiffConfiguration::DiffConfiguration ( string description ) : System.Xml
DiffConfiguration::DiffConfiguration ( string description, WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration::DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling, bool ignoreAttributeOrder, bool ignoreAttribute ) : System.Xml
DiffConfiguration