TestConfig

constructor()

Allocate a new TestConfig.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.


constructor(scope: <Error class: unknown class>)

Allocate a new TestConfig using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

scope

The AutofreeScope to allocate this structure in.


constructor(testInitialized: Boolean, testQuick: Boolean, testPerf: Boolean, testVerbose: Boolean, testQuiet: Boolean, testUndefined: Boolean)

Allocate a new TestConfig.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.

Parameters

testInitialized
testQuick
testPerf
testVerbose
testQuiet
testUndefined

constructor(testInitialized: Boolean, testQuick: Boolean, testPerf: Boolean, testVerbose: Boolean, testQuiet: Boolean, testUndefined: Boolean, scope: <Error class: unknown class>)

Allocate a new TestConfig using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

testInitialized
testQuick
testPerf
testVerbose
testQuiet
testUndefined
scope

The AutofreeScope to allocate this structure in.


constructor(glibTestConfigPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)