Combines a {@link Comparison} and its {@link ComparisonResult result}.
See Also: Inherited members from object.
|
Combines comparison and result. |
[read-only] | Comparison | Comparison . The details of the comparison. |
[write-only] | Formatter | IComparisonFormatter . Sets the default formatter to use with ToString(). |
[read-only] | Result | ComparisonResult . The result of the difference. |
override
|
ToString
()Returns a string representation of this difference using DefaultComparisonFormatter. a string representation of this difference |
|
|
ToString
(IComparisonFormatter)Returns a string representation of this difference using the given IComparisonFormatter. the IComparisonFormatter to usea string representation of this difference |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Combines comparison and result.Syntax
public Difference (Comparison comparison, ComparisonResult result)Parameters
- comparison
- Documentation for this section has not yet been entered.
- result
- 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 details of the comparison.Syntax
public Comparison Comparison { 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
Sets the default formatter to use with ToString().Syntax
public IComparisonFormatter Formatter { set; }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
The result of the difference.Syntax
public ComparisonResult Result { 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 difference using DefaultComparisonFormatter. a string representation of this differenceSyntax
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
Returns a string representation of this difference using the given IComparisonFormatter. the IComparisonFormatter to usea string representation of this differenceSyntax
public string ToString (IComparisonFormatter formatter)Parameters
- formatter
- Documentation for this section has not yet been entered.
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