Uses of Class
software.amazon.awscdk.integtests.alpha.ExpectedResult
-
Uses of ExpectedResult in software.amazon.awscdk.integtests.alpha
Modifier and TypeMethodDescriptionstatic ExpectedResult
(experimental) The actual results must be a list and must contain an item with the expected results.static ExpectedResult
(experimental) The actual results must match exactly.EqualsAssertionProps.getExpected()
(experimental) The expected result to assert.final 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 TypeMethodDescriptionabstract IApiCall
ApiCallBase.assertAtPath
(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.AwsApiCall.assertAtPath
(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.HttpApiCall.assertAtPath
(String _path, ExpectedResult _expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.IApiCall.assertAtPath
(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.default IApiCall
IApiCall.Jsii$Default.assertAtPath
(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.final IApiCall
IApiCall.Jsii$Proxy.assertAtPath
(String path, ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall at the given path.ApiCallBase.expect
(ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.IApiCall.expect
(ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.default IApiCall
IApiCall.Jsii$Default.expect
(ExpectedResult expected) (experimental) Assert that the ExpectedResult is equal to the result of the AwsApiCall.final IApiCall
IApiCall.Jsii$Proxy.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.default void
IDeployAssert.Jsii$Default.expect
(String id, ExpectedResult expected, ActualResult actual) (experimental) Assert that the ExpectedResult is equal to the ActualResult.final void
IDeployAssert.Jsii$Proxy.expect
(String id, ExpectedResult expected, ActualResult actual) (experimental) Assert that the ExpectedResult is equal to the ActualResult.EqualsAssertion.Builder.expected
(ExpectedResult expected) (experimental) The expected result to assert.EqualsAssertionProps.Builder.expected
(ExpectedResult expected) Sets the value ofEqualsAssertionProps.getExpected()