Uses of Class
software.amazon.awscdk.assertions.Matcher
Packages that use Matcher
-
Uses of Matcher in software.amazon.awscdk.assertions
Subclasses of Matcher in software.amazon.awscdk.assertionsMethods in software.amazon.awscdk.assertions that return MatcherModifier and TypeMethodDescriptionstatic Matcher
Match.absent()
Use this matcher in the place of a field's value, if the field must not be present.static Matcher
Match.anyValue()
Matches any non-null value at the target.static Matcher
Match.arrayEquals
(List<? extends Object> pattern) Matches the specified pattern with the array found in the same relative path of the target.static Matcher
Matches the specified pattern with the array found in the same relative path of the target.static Matcher
Deep exact matching of the specified pattern to the target.MatchFailure.getMatcher()
The matcher that had the failure.final Matcher
MatchFailure.Jsii$Proxy.getMatcher()
static Matcher
Matches any target which does NOT follow the specified pattern.static Matcher
Match.objectEquals
(Map<String, ? extends Object> pattern) Matches the specified pattern to an object found in the same relative path of the target.static Matcher
Match.objectLike
(Map<String, ? extends Object> pattern) Matches the specified pattern to an object found in the same relative path of the target.static Matcher
Match.serializedJson
(Object pattern) Matches any string-encoded JSON and applies the specified pattern after parsing it.static Matcher
Match.stringLikeRegexp
(String pattern) Matches targets according to a regular expression.Methods in software.amazon.awscdk.assertions with parameters of type MatcherModifier and TypeMethodDescriptionSets the value ofMatchFailure.getMatcher()
Deprecated.use recordFailure()