Interface implemented by classes that are responsible for a placeholder keyword.
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.8.0
|
Evaluate
(string, params string[])Evaluate the test value when control contained the placeholder handled by this class. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Evaluate the test value when control contained the placeholder handled by this class.Syntax
Parameters
- testText
- Documentation for this section has not yet been entered.
- args
- 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.9.2.240
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.9.2.240