The Diff-Object is the result of two comparisons.
See Also: Inherited members from object.
|
Creates the result of comparing two documents. | |
|
Creates the result of comparing two documents. |
[read-only] | ControlSource | ISource . The reference source. |
[read-only] | Differences | IEnumerable<Org.XmlUnit.Diff.Difference> . Documentation for this section has not yet been entered. |
[read-only] | TestSource | ISource . The test source. |
|
FullDescription
()Returns a string representation of this diff using internal IComparisonFormatter or DefaultComparisonFormatter if formatter wasn't set. |
|
|
FullDescription
(Org.XmlUnit.Diff.IComparisonFormatter)Returns a string representation of this diff using the given IComparisonFormatter} |
|
|
HasDifferences
()Documentation for this section has not yet been entered. |
|
override
|
ToString
()Documentation for this section has not yet been entered. |
|
|
ToString
(Org.XmlUnit.Diff.IComparisonFormatter)Stringify the outcome using the fiven formatter |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Creates the result of comparing two documents.Syntax
public Diff (Org.XmlUnit.ISource controlSource, Org.XmlUnit.ISource testSource, IEnumerable<Difference> differences)Parameters
- controlSource
- the reference document
- testSource
- the test document
- differences
- list of differences found
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Creates the result of comparing two documents.Syntax
public Diff (Org.XmlUnit.ISource controlSource, Org.XmlUnit.ISource testSource, IComparisonFormatter formatter, IEnumerable<Difference> differences)Parameters
- controlSource
- the reference document
- testSource
- the test document
- formatter
- formatter to use
- differences
- list of differences found
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
The reference source.Syntax
public Org.XmlUnit.ISource ControlSource { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Documentation for this section has not yet been entered.Syntax
public IEnumerable<Difference> Differences { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Returns a string representation of this diff using internal IComparisonFormatter or DefaultComparisonFormatter if formatter wasn't set.Syntax
public string FullDescription ()Returns
a string representation of this diffRemarks
Each comparison result separated by the end of the line.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Returns a string representation of this diff using the given IComparisonFormatter}Syntax
public string FullDescription (IComparisonFormatter formatter)Parameters
- formatter
- the formatter to use
Returns
a string representation of this diffRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Documentation for this section has not yet been entered.Syntax
public bool HasDifferences ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
The test source.Syntax
public Org.XmlUnit.ISource TestSource { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Documentation for this section has not yet been entered.Syntax
public override string ToString ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Stringify the outcome using the fiven formatterSyntax
public string ToString (IComparisonFormatter formatter)Parameters
- formatter
- the formatter to use
Returns
a string representation of the outcomeRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241