Controllers used for the base cases.
See Also: Inherited members from object.
static
|
Default
(Difference)Does not stop the comparison at all. |
|
static
|
StopWhenDifferent
(Difference)Makes the comparison stop as soon as the first "real" difference is encountered. |
|
static
|
StopWhenSimilar
(Difference)Makes the comparison stop as soon as the first difference is encountered even if it is similar. |
Does not stop the comparison at all.Syntax
public static bool Default (Difference diff)Parameters
- diff
- 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
Makes the comparison stop as soon as the first "real" difference is encountered.Syntax
public static bool StopWhenDifferent (Difference diff)Parameters
- diff
- 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
Makes the comparison stop as soon as the first difference is encountered even if it is similar.Syntax
public static bool StopWhenSimilar (Difference diff)Parameters
- diff
- 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