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