TestCaseConfig(enabled: Boolean = true, invocations: Int = 1, threads: Int = 1, timeout: Duration? = null, tags: Set<Tag> = emptySet(), listeners: List<TestListener> = emptyList(), extensions: List<TestCaseExtension> = emptyList(), enabledIf: EnabledIf = { true })