TestConfig
class TestConfig(val glibTestConfigPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null) : ProxyInstance
Constructors
Link copied to clipboard
constructor()
Allocate a new TestConfig.
constructor(scope: <Error class: unknown class>)
Allocate a new TestConfig using the provided AutofreeScope.
constructor(testInitialized: Boolean, testQuick: Boolean, testPerf: Boolean, testVerbose: Boolean, testQuiet: Boolean, testUndefined: Boolean)
Allocate a new TestConfig.
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.
constructor(glibTestConfigPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)