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

DiffConfiguration() public method

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

Same methods

DiffConfiguration::DiffConfiguration ( ) : System.Xml
DiffConfiguration::DiffConfiguration ( WhitespaceHandling whitespaceHandling ) : 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