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 MatcherMatch.absent()Use this matcher in the place of a field's value, if the field must not be present.static MatcherMatch.anyValue()Matches any non-null value at the target.static MatcherMatch.arrayEquals(List<? extends Object> pattern) Matches the specified pattern with the array found in the same relative path of the target.static MatcherMatches the specified pattern with the array found in the same relative path of the target.static MatcherDeep exact matching of the specified pattern to the target.MatchFailure.getMatcher()The matcher that had the failure.final MatcherMatchFailure.Jsii$Proxy.getMatcher()static MatcherMatches any target which does NOT follow the specified pattern.static MatcherMatch.objectEquals(Map<String, ? extends Object> pattern) Matches the specified pattern to an object found in the same relative path of the target.static MatcherMatch.objectLike(Map<String, ? extends Object> pattern) Matches the specified pattern to an object found in the same relative path of the target.static MatcherMatch.serializedJson(Object pattern) Matches any string-encoded JSON and applies the specified pattern after parsing it.static MatcherMatch.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()