Skip navigation links
A C E F G H I M O P R S T 

A

absentProperty() - Static method in class software.amazon.awscdk.assertions.Match
(experimental) Use this matcher in the place of a field's value, if the field must not be present.
arrayEquals(List<? extends Object>) - Static method in class software.amazon.awscdk.assertions.Match
(experimental) Matches the specified pattern with the array found in the same relative path of the target.
arrayWith(List<? extends Object>) - Static method in class software.amazon.awscdk.assertions.Match
(experimental) Matches the specified pattern with the array found in the same relative path of the target.

C

compose(String, MatchResult) - Method in class software.amazon.awscdk.assertions.MatchResult
(experimental) Compose the results of a previous match as a subtree.

E

exact(Object) - Static method in class software.amazon.awscdk.assertions.Match
(experimental) Deep exact matching of the specified pattern to the target.

F

fromStack(Stack) - Static method in class software.amazon.awscdk.assertions.TemplateAssertions
(experimental) Base your assertions on the CloudFormation template synthesized by a CDK `Stack`.
fromString(String) - Static method in class software.amazon.awscdk.assertions.TemplateAssertions
(experimental) Base your assertions from an existing CloudFormation template formatted as a string.
fromTemplate(Map<String, ? extends Object>) - Static method in class software.amazon.awscdk.assertions.TemplateAssertions
(experimental) Base your assertions from an existing CloudFormation template formatted as a nested set of records.

G

getFailCount() - Method in class software.amazon.awscdk.assertions.MatchResult
(experimental) The number of failures.
getName() - Method in class software.amazon.awscdk.assertions.Matcher
(experimental) A name for the matcher.

H

hasFailed() - Method in class software.amazon.awscdk.assertions.MatchResult
(experimental) Does the result contain any failures.
hasResource(String, Object) - Method in class software.amazon.awscdk.assertions.TemplateAssertions
(experimental) Assert that a resource of the given type and given definition exists in the CloudFormation template.
hasResourceProperties(String, Object) - Method in class software.amazon.awscdk.assertions.TemplateAssertions
(experimental) Assert that a resource of the given type and properties exists in the CloudFormation template.

I

isMatcher(Object) - Static method in class software.amazon.awscdk.assertions.Matcher
(experimental) Check whether the provided object is a subtype of the `IMatcher`.

M

Match - Class in software.amazon.awscdk.assertions
(experimental) Partial and special matching during template assertions.
Match(JsiiObjectRef) - Constructor for class software.amazon.awscdk.assertions.Match
 
Match(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.assertions.Match
 
Match() - Constructor for class software.amazon.awscdk.assertions.Match
 
Matcher - Class in software.amazon.awscdk.assertions
(experimental) Represents a matcher that can perform special data matching capabilities between a given pattern and a target.
Matcher(JsiiObjectRef) - Constructor for class software.amazon.awscdk.assertions.Matcher
 
Matcher(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.assertions.Matcher
 
Matcher() - Constructor for class software.amazon.awscdk.assertions.Matcher
 
MatchResult - Class in software.amazon.awscdk.assertions
(experimental) The result of `Match.test()`.
MatchResult(JsiiObjectRef) - Constructor for class software.amazon.awscdk.assertions.MatchResult
 
MatchResult(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.assertions.MatchResult
 
MatchResult() - Constructor for class software.amazon.awscdk.assertions.MatchResult
 

O

objectEquals(Map<String, ? extends Object>) - Static method in class software.amazon.awscdk.assertions.Match
(experimental) Matches the specified pattern to an object found in the same relative path of the target.
objectLike(Map<String, ? extends Object>) - Static method in class software.amazon.awscdk.assertions.Match
(experimental) Matches the specified pattern to an object found in the same relative path of the target.

P

push(Matcher, List<String>, String) - Method in class software.amazon.awscdk.assertions.MatchResult
(experimental) Push a new failure into this result at a specific path.

R

resourceCountIs(String, Number) - Method in class software.amazon.awscdk.assertions.TemplateAssertions
(experimental) Assert that the given number of resources of the given type exist in the template.

S

software.amazon.awscdk.assertions - package software.amazon.awscdk.assertions
Assertions

T

TemplateAssertions - Class in software.amazon.awscdk.assertions
(experimental) Suite of assertions that can be run on a CDK stack.
TemplateAssertions(JsiiObjectRef) - Constructor for class software.amazon.awscdk.assertions.TemplateAssertions
 
TemplateAssertions(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.assertions.TemplateAssertions
 
templateMatches(Map<String, Object>) - Method in class software.amazon.awscdk.assertions.TemplateAssertions
(experimental) Assert that the CloudFormation template matches the given value.
test(Object) - Method in class software.amazon.awscdk.assertions.Matcher
(experimental) Test whether a target matches the provided pattern.
toHumanStrings() - Method in class software.amazon.awscdk.assertions.MatchResult
(experimental) Get the list of failures as human readable strings.
A C E F G H I M O P R S T 
Skip navigation links

Copyright © 2021. All rights reserved.