@aws-cdk/core
Version:
AWS Cloud Development Kit Core Library
18 lines (17 loc) • 1.16 kB
TypeScript
import { Test } from 'nodeunit';
declare const _default: {
'synthesizes all stacks and returns synthesis result'(test: Test): void;
'context can be passed through CDK_CONTEXT'(test: Test): void;
'context passed through CDK_CONTEXT has precedence'(test: Test): void;
'context from the command line can be used when creating the stack'(test: Test): void;
'setContext(k,v) can be used to set context programmatically'(test: Test): void;
'setContext(k,v) cannot be called after stacks have been added because stacks may use the context'(test: Test): void;
'app.synth() performs validation first and if there are errors, it returns the errors'(test: Test): void;
'app.synthesizeStack(stack) will return a list of missing contextual information'(test: Test): void;
'runtime library versions disabled'(test: Test): void;
'runtime library versions'(test: Test): void;
'jsii-runtime version loaded from JSII_AGENT'(test: Test): void;
'version reporting includes only @aws-cdk, aws-cdk and jsii libraries'(test: Test): void;
'deep stack is shown and synthesized properly'(test: Test): void;
};
export = _default;