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

DiffConfiguration() public method

public DiffConfiguration ( ) : System.Xml
return System.Xml
        public DiffConfiguration()
            : this(DEFAULT_DESCRIPTION,
                   DEFAULT_USE_VALIDATING_PARSER,
                   DEFAULT_WHITESPACE_HANDLING)
        {
        }

Same methods

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 ) : System.Xml
DiffConfiguration::DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling, bool ignoreAttributeOrder, bool ignoreAttribute ) : System.Xml
DiffConfiguration