| Package | Description |
|---|---|
| software.amazon.awscdk.assertions |
Assertions
|
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
MatchResult.compose(String id,
MatchResult inner)
(experimental) Compose the results of a previous match as a subtree.
|
MatchResult |
MatchResult.finished()
(experimental) Prepare the result to be analyzed.
|
MatchResult |
MatchResult.push(Matcher matcher,
List<String> path,
String message)
Deprecated.
use recordFailure()
|
MatchResult |
MatchResult.recordFailure(MatchFailure failure)
(experimental) Record a new failure into this result at a specific path.
|
abstract MatchResult |
Matcher.test(Object actual)
(experimental) Test whether a target matches the provided pattern.
|
MatchResult |
Capture.test(Object actual)
(experimental) Test whether a target matches the provided pattern.
|
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
MatchResult.compose(String id,
MatchResult inner)
(experimental) Compose the results of a previous match as a subtree.
|
Copyright © 2022. All rights reserved.