Uses of Class
software.amazon.awscdk.assertions.MatchResult
Packages that use MatchResult
-
Uses of MatchResult in software.amazon.awscdk.assertions
Methods in software.amazon.awscdk.assertions that return MatchResultModifier and TypeMethodDescriptionMatchResult.compose(String id, MatchResult inner) Compose the results of a previous match as a subtree.MatchResult.finished()Prepare the result to be analyzed.Deprecated.use recordFailure()MatchResult.recordFailure(MatchFailure failure) Record a new failure into this result at a specific path.Test whether a target matches the provided pattern.abstract MatchResultTest whether a target matches the provided pattern.Methods in software.amazon.awscdk.assertions with parameters of type MatchResultModifier and TypeMethodDescriptionMatchResult.compose(String id, MatchResult inner) Compose the results of a previous match as a subtree.