E G I M O P W
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- evaluate(String, String...) - Method in class org.xmlunit.placeholder.IgnorePlaceholderHandler
- evaluate(String, String...) - Method in class org.xmlunit.placeholder.IsDateTimePlaceholderHandler
- evaluate(String, String...) - Method in class org.xmlunit.placeholder.IsNumberPlaceholderHandler
- evaluate(String, String...) - Method in class org.xmlunit.placeholder.MatchesRegexPlaceholderHandler
- evaluate(String, String...) - Method in interface org.xmlunit.placeholder.PlaceholderHandler
-
Evaluate the test value when control contained the placeholder handled by this class.
- evaluate(Comparison, ComparisonResult) - Method in class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
G
- getKeyword() - Method in class org.xmlunit.placeholder.IgnorePlaceholderHandler
- getKeyword() - Method in class org.xmlunit.placeholder.IsDateTimePlaceholderHandler
- getKeyword() - Method in class org.xmlunit.placeholder.IsNumberPlaceholderHandler
- getKeyword() - Method in class org.xmlunit.placeholder.MatchesRegexPlaceholderHandler
- getKeyword() - Method in interface org.xmlunit.placeholder.PlaceholderHandler
-
The placeholder keyword this handler is responsible for.
I
- IgnorePlaceholderHandler - Class in org.xmlunit.placeholder
-
Handler for the "ignore" placeholder keyword.
- IgnorePlaceholderHandler() - Constructor for class org.xmlunit.placeholder.IgnorePlaceholderHandler
- IsDateTimePlaceholderHandler - Class in org.xmlunit.placeholder
-
Handler for the
isDateTimeplaceholder keyword. - IsDateTimePlaceholderHandler() - Constructor for class org.xmlunit.placeholder.IsDateTimePlaceholderHandler
- IsNumberPlaceholderHandler - Class in org.xmlunit.placeholder
-
Handler for the
isNumberplaceholder keyword. - IsNumberPlaceholderHandler() - Constructor for class org.xmlunit.placeholder.IsNumberPlaceholderHandler
M
- MatchesRegexPlaceholderHandler - Class in org.xmlunit.placeholder
-
Handler for the
matchesRegex()placeholder keyword. - MatchesRegexPlaceholderHandler() - Constructor for class org.xmlunit.placeholder.MatchesRegexPlaceholderHandler
O
- org.xmlunit.placeholder - package org.xmlunit.placeholder
-
This package contains experimental support for configuring parts of the test engine by using
${xmlunit.KEYWORD}sequences inside the control document.
P
- PLACEHOLDER_DEFAULT_ARGS_CLOSING_DELIMITER_REGEX - Static variable in class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Pattern used to find then end of an argument list.
- PLACEHOLDER_DEFAULT_ARGS_OPENING_DELIMITER_REGEX - Static variable in class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Pattern used to find the start of an argument list.
- PLACEHOLDER_DEFAULT_ARGS_SEPARATOR_REGEX - Static variable in class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Pattern used to find an argument separator.
- PLACEHOLDER_DEFAULT_CLOSING_DELIMITER_REGEX - Static variable in class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Pattern used to find the end of a placeholder.
- PLACEHOLDER_DEFAULT_OPENING_DELIMITER_REGEX - Static variable in class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Pattern used to find the start of a placeholder.
- PlaceholderDifferenceEvaluator - Class in org.xmlunit.placeholder
-
This class is used to add placeholder feature to XML comparison.
- PlaceholderDifferenceEvaluator() - Constructor for class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Creates a PlaceholderDifferenceEvaluator with default delimiters
PlaceholderDifferenceEvaluator.PLACEHOLDER_DEFAULT_OPENING_DELIMITER_REGEXandPlaceholderDifferenceEvaluator.PLACEHOLDER_DEFAULT_CLOSING_DELIMITER_REGEX. - PlaceholderDifferenceEvaluator(String, String) - Constructor for class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Creates a PlaceholderDifferenceEvaluator with custom delimiters.
- PlaceholderDifferenceEvaluator(String, String, String, String, String) - Constructor for class org.xmlunit.placeholder.PlaceholderDifferenceEvaluator
-
Creates a PlaceholderDifferenceEvaluator with custom delimiters.
- PlaceholderHandler - Interface in org.xmlunit.placeholder
-
Interface implemented by classes that are responsible for a placeholder keyword.
- PlaceholderSupport - Class in org.xmlunit.placeholder
-
Adds support for the placeholder feature to a
DifferenceEngineConfigurer- likeDiffBuilderororg.xmlunit.matchers.CompareMatcher.
W
- withPlaceholderSupport(D) - Static method in class org.xmlunit.placeholder.PlaceholderSupport
-
Adds placeholder support to a
DifferenceEngineConfigurer. - withPlaceholderSupportChainedAfter(D, DifferenceEvaluator) - Static method in class org.xmlunit.placeholder.PlaceholderSupport
-
Adds placeholder support to a
DifferenceEngineConfigurerconsidering an additionalDifferenceEvaluator. - withPlaceholderSupportUsingDelimiters(D, String, String) - Static method in class org.xmlunit.placeholder.PlaceholderSupport
-
Adds placeholder support to a
DifferenceEngineConfigurer. - withPlaceholderSupportUsingDelimiters(D, String, String, String, String, String) - Static method in class org.xmlunit.placeholder.PlaceholderSupport
-
Adds placeholder support to a
DifferenceEngineConfigurer. - withPlaceholderSupportUsingDelimitersChainedAfter(D, String, String, String, String, String, DifferenceEvaluator) - Static method in class org.xmlunit.placeholder.PlaceholderSupport
-
Adds placeholder support to a
DifferenceEngineConfigurerconsidering an additionalDifferenceEvaluator. - withPlaceholderSupportUsingDelimitersChainedAfter(D, String, String, DifferenceEvaluator) - Static method in class org.xmlunit.placeholder.PlaceholderSupport
-
Adds placeholder support to a
DifferenceEngineConfigurerconsidering an additionalDifferenceEvaluator.
All Classes All Packages