Skip to main content

terafoundation / test-context / TestContext

Class: TestContext<S, A, D>

Defined in: test-context.ts:96

CoreContext

Extends

Type Parameters

Type ParameterDefault type
S extends Record<string, any>-
A extends Record<string, any>-
D extends stringstring

Constructors

new TestContext()

new TestContext<S, A, D>(config, cluster, sysconfig): TestContext<S, A, D>

Defined in: test-context.ts:101

Parameters

ParameterType
configConfig<S, A & TestContextAPIs, D>
clusterany
sysconfigSysConfig<S>

Returns

TestContext<S, A, D>

Overrides

CoreContext.constructor

Properties

PropertyModifierTypeDefault valueInherited fromDefined in
apisreadonlyContextAPIs & A & TestContextAPIsundefinedCoreContext.apiscore-context.ts:15
archreadonlyArchitectureprocess.archCoreContext.archcore-context.ts:18
assignmentpublicDundefinedCoreContext.assignmentcore-context.ts:20
clusterreadonlyClusterundefinedCoreContext.clustercore-context.ts:13
cluster_name?publicstringundefinedCoreContext.cluster_namecore-context.ts:21
loggerreadonlyLoggerundefinedCoreContext.loggercore-context.ts:16
namereadonlystringundefinedCoreContext.namecore-context.ts:17
platformreadonlyPlatformprocess.platformCoreContext.platformcore-context.ts:19
sysconfigreadonlySysConfig<S>undefinedCoreContext.sysconfigcore-context.ts:14

Methods

createContext()

static createContext<S, A, D>(options): Promise<TestContext<S, A, D>>

Defined in: test-context.ts:184

Type Parameters

Type ParameterDefault type
S extends Record<string, any>-
A extends Record<string, any>-
D extends stringstring

Parameters

ParameterType
optionsTestContextOptions<S>

Returns

Promise<TestContext<S, A, D>>