xmlunit-placeholders : Org.XmlUnit.Placeholder Namespace

IPlaceholderHandler Interface

Interface implemented by classes that are responsible for a placeholder keyword.

Syntax

public interface IPlaceholderHandler

Remarks

This interface and the whole module are considered experimental and any API may change between releases of XMLUnit.

Implementations are expected to be thread-safe, the Eevaluate method may be invoked by multiple threads in parallel.

since 2.6.0

Requirements

Namespace: Org.XmlUnit.Placeholder
Assembly: xmlunit-placeholders (in xmlunit-placeholders.dll)
Assembly Versions: 2.7.1.175

Members

Public Properties

[read-only]
Keyword string . The placeholder keyword this handler is responsible for.

Public Methods

Evaluate (string) : Org.XmlUnit.Diff.ComparisonResult
Evaluate the test value when control contained the placeholder handled by this class.

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.

Member Details

Evaluate Method

Evaluate the test value when control contained the placeholder handled by this class.

Syntax

public Org.XmlUnit.Diff.ComparisonResult Evaluate (string testText)

Parameters

testText
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.Placeholder
Assembly: xmlunit-placeholders (in xmlunit-placeholders.dll)
Assembly Versions: 2.7.1.175

Keyword Property

The placeholder keyword this handler is responsible for.

Syntax

public string Keyword { 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.Placeholder
Assembly: xmlunit-placeholders (in xmlunit-placeholders.dll)
Assembly Versions: 2.7.1.175