Features
The current version is NXUnit 1.0rc1, July 2005. The following is the 8 features of this version, which you can find in the facade class XMLAssert:
- Assert that two XML inputs are equal.
- Compare two XML inputs and find all differences between them.
- Assert that declarations of two XML inputs are equal.
- Assert that document types of two XML inputs are equal.
- Assert the validity of an XML input.
- Assert that the evaluation of an XPath expression on an XML input will return the expected value.
- Assert that an XPath expression exists for an XML input.
- Assert that an XML input is included by another.
And you can change the properties of an instance of XMLAssert before an assertion or comparition, in order to:
- Ignore the case of the elements' and attributes' names
- Ignore XML comments
- Ignore XML declarations and document types of both inputs
- Ignore empty elements and attributes
- Ignore orders of elements and attributes
- Ignore unimportant whitespaces
|
HOME
PROJECT
DOWNLOAD
FEATURES
DOCUMENTATION
SAMPLE
LICENSE
CONTACT
|