xmlunit-core : Org.XmlUnit.Diff Namespace

ComparisonControllers Class

Controllers used for the base cases.

Syntax

public static class ComparisonControllers

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.6.0.121

Members

See Also: Inherited members from object.

Public Methods

static
Default (Difference) : bool
Does not stop the comparison at all.
static
StopWhenDifferent (Difference) : bool
Makes the comparison stop as soon as the first "real" difference is encountered.
static
StopWhenSimilar (Difference) : bool
Makes the comparison stop as soon as the first difference is encountered even if it is similar.

Member Details

Default Method

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.6.0.121

StopWhenDifferent Method

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.6.0.121

StopWhenSimilar Method

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.6.0.121