Useful base-implementation of some parts of the IDifferenceEngine interface.
See Also: Inherited members from object.
|
Documentation for this section has not yet been entered. |
|
AttributeFilter | Predicate<System.Xml.XmlAttribute> . Documentation for this section has not yet been entered. |
|
ComparisonController | ComparisonController . Documentation for this section has not yet been entered. |
|
DifferenceEvaluator | DifferenceEvaluator . Documentation for this section has not yet been entered. |
|
NamespaceContext | IDictionary<string, string> . Documentation for this section has not yet been entered. |
|
NodeFilter | Predicate<System.Xml.XmlNode> . Documentation for this section has not yet been entered. |
|
NodeMatcher | INodeMatcher . Documentation for this section has not yet been entered. |
abstract
|
Compare
(Org.XmlUnit.ISource, Org.XmlUnit.ISource)Documentation for this section has not yet been entered. |
|
Compare
(Comparison)Compares the detail values for object equality, lets the difference evaluator evaluate the result, notifies all listeners and returns the outcome. |
|
static
|
GetParentXPath
(XPathContext)Returns a string representation of the given XPathContext's parent context. |
|
static
|
GetXPath
(XPathContext)Evaluates an XPathContext in a null-safe way |
|
ComparisonListener | Documentation for this section has not yet been entered. |
|
DifferenceListener | Documentation for this section has not yet been entered. |
|
MatchListener | Documentation for this section has not yet been entered. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Documentation for this section has not yet been entered.Syntax
protected AbstractDifferenceEngine ()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 virtual Predicate<System.Xml.XmlAttribute> AttributeFilter { get; 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
Compares the detail values for object equality, lets the difference evaluator evaluate the result, notifies all listeners and returns the outcome.Syntax
protected internal AbstractDifferenceEngine.ComparisonState Compare (Comparison comp)Parameters
- comp
- 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
Documentation for this section has not yet been entered.Syntax
Parameters
- control
- Documentation for this section has not yet been entered.
- test
- 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 virtual ComparisonController ComparisonController { get; 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
Documentation for this section has not yet been entered.Syntax
public event ComparisonListener ComparisonListenerRemarks
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 virtual DifferenceEvaluator DifferenceEvaluator { get; 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
Documentation for this section has not yet been entered.Syntax
public event ComparisonListener DifferenceListenerRemarks
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 the given XPathContext's parent context.Syntax
protected static string GetParentXPath (XPathContext ctx)Parameters
- ctx
- the XPath to evaluate
Returns
the stringified XPath of the parent or null if the XPathContext was nullRemarks
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
Evaluates an XPathContext in a null-safe waySyntax
protected static string GetXPath (XPathContext ctx)Parameters
- ctx
- the XPath to evaluate
Returns
the stringified XPath or null if the XPathContext was nullRemarks
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 event ComparisonListener MatchListenerRemarks
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 IDictionary<string, string> NamespaceContext { protected get; 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
Documentation for this section has not yet been entered.Syntax
public virtual Predicate<System.Xml.XmlNode> NodeFilter { get; 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
Documentation for this section has not yet been entered.Syntax
public virtual INodeMatcher NodeMatcher { get; 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