| Package | Description |
|---|---|
| software.amazon.awscdk.integtests |
integ-tests
|
| Modifier and Type | Method and Description |
|---|---|
static ExpectedResult |
ExpectedResult.arrayWith(List<? extends Object> expected)
(experimental) The actual results must be a list and must contain an item with the expected results.
|
static ExpectedResult |
ExpectedResult.exact(Object expected)
(experimental) The actual results must match exactly.
|
ExpectedResult |
EqualsAssertionProps.getExpected()
(experimental) The expected result to assert.
|
ExpectedResult |
EqualsAssertionProps.Jsii$Proxy.getExpected() |
static ExpectedResult |
ExpectedResult.objectLike(Map<String,? extends Object> expected)
(experimental) The expected results must be a subset of the actual results.
|
static ExpectedResult |
ExpectedResult.stringLikeRegexp(String expected)
(experimental) Actual results is a string that matches the Expected result regex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsApiCall.assertAtPath(String path,
ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.
|
void |
IAwsApiCall.assertAtPath(String path,
ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.
|
void |
IAwsApiCall.Jsii$Proxy.assertAtPath(String path,
ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.
|
default void |
IAwsApiCall.Jsii$Default.assertAtPath(String path,
ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.
|
void |
AwsApiCall.expect(ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.
|
void |
IAwsApiCall.expect(ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.
|
void |
IAwsApiCall.Jsii$Proxy.expect(ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.
|
default void |
IAwsApiCall.Jsii$Default.expect(ExpectedResult expected)
(experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.
|
void |
IDeployAssert.expect(String id,
ExpectedResult expected,
ActualResult actual)
(experimental) Assert that the ExpectedResult is equal to the ActualResult.
|
void |
IDeployAssert.Jsii$Proxy.expect(String id,
ExpectedResult expected,
ActualResult actual)
(experimental) Assert that the ExpectedResult is equal to the ActualResult.
|
default void |
IDeployAssert.Jsii$Default.expect(String id,
ExpectedResult expected,
ActualResult actual)
(experimental) Assert that the ExpectedResult is equal to the ActualResult.
|
EqualsAssertionProps.Builder |
EqualsAssertionProps.Builder.expected(ExpectedResult expected)
Sets the value of
EqualsAssertionProps.getExpected() |
EqualsAssertion.Builder |
EqualsAssertion.Builder.expected(ExpectedResult expected)
(experimental) The expected result to assert.
|
Copyright © 2022. All rights reserved.