Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotest-extensions-mockserver v1.3.0 is incompatible with kotest v5.8.1 #3963

Open
eveningsteps opened this issue Apr 4, 2024 · 0 comments
Open

Comments

@eveningsteps
Copy link

My hunch is that #3917 is the reason -- as soon as the mockserver dependency appears in pom.xml, the following happens (the mockserver v1.3.0 + kotest v5.8.0 combination works as intended):

[ERROR] <test name> -- Time elapsed: 0.118 s <<< ERROR!
java.lang.NoSuchMethodError: 'io.kotest.core.test.config.TestConfig io.kotest.core.spec.RootTest.getConfig()'
	at io.kotest.engine.spec.Materializer.materialize(Materializer.kt:49)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3$1.invokeSuspend(SingleInstanceSpecRunner.kt:48)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3$1.invoke(SingleInstanceSpecRunner.kt)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3$1.invoke(SingleInstanceSpecRunner.kt)
	at io.kotest.engine.spec.interceptor.instance.AfterSpecCallbackInterceptor.intercept-0E7RQCE(AfterSpecCallbackInterceptor.kt:19)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.BeforeSpecListenerSpecInterceptor.intercept-0E7RQCE(BeforeSpecListenerSpecInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.InlineTagSpecInterceptor.intercept-0E7RQCE(InlineTagSpecInterceptor.kt:37)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor$intercept$2.invokeSuspend(ConfigurationInContextSpecInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor$intercept$2.invoke(ConfigurationInContextSpecInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor$intercept$2.invoke(ConfigurationInContextSpecInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor.intercept-0E7RQCE(ConfigurationInContextSpecInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor$intercept$2.invokeSuspend(SpecExtensionInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor$intercept$2.invoke(SpecExtensionInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor$intercept$2.invoke(SpecExtensionInterceptor.kt)
	at io.kotest.engine.spec.SpecExtensions$intercept$initial$1.invokeSuspend(SpecExtensions.kt:146)
	at io.kotest.engine.spec.SpecExtensions$intercept$initial$1.invoke(SpecExtensions.kt)
	at io.kotest.engine.spec.SpecExtensions$intercept$initial$1.invoke(SpecExtensions.kt)
	at io.kotest.engine.spec.SpecExtensions.intercept(SpecExtensions.kt:157)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor.intercept-0E7RQCE(SpecExtensionInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor$intercept$2.invokeSuspend(ProjectContextInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor$intercept$2.invoke(ProjectContextInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor$intercept$2.invoke(ProjectContextInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor.intercept-0E7RQCE(ProjectContextInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor$intercept$2.invokeSuspend(EngineContextInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor$intercept$2.invoke(EngineContextInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor$intercept$2.invoke(EngineContextInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor.intercept-0E7RQCE(EngineContextInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline.execute-0E7RQCE(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3.invokeSuspend(SingleInstanceSpecRunner.kt:47)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3.invoke(SingleInstanceSpecRunner.kt)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3.invoke(SingleInstanceSpecRunner.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner.execute-gIAlu-s(SingleInstanceSpecRunner.kt:46)
	at io.kotest.engine.spec.JvmSpecExecutorDelegate.execute(createSpecExecutorDelegate.kt:64)
	at io.kotest.engine.spec.SpecExecutor.executeInDelegate-gIAlu-s(SpecExecutor.kt:49)
	at io.kotest.engine.spec.SpecExecutor.access$executeInDelegate-gIAlu-s(SpecExecutor.kt:24)
	at io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invokeSuspend(SpecExecutor.kt:40)
	at io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invoke(SpecExecutor.kt)
	at io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invoke(SpecExecutor.kt)
	at io.kotest.engine.spec.interceptor.ref.FinalizeSpecInterceptor.intercept-0E7RQCE(FinalizeSpecInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.BeforeSpecStateInterceptor.intercept-0E7RQCE(BeforeSpecStateInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.PrepareSpecInterceptor.intercept-0E7RQCE(PrepareSpecInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.ApplyExtensionsInterceptor.intercept-0E7RQCE(ApplyExtensionsInterceptor.kt:36)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecFinishedInterceptor.intercept-0E7RQCE(SpecFinishedInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecStartedInterceptor.intercept-0E7RQCE(SpecStartedInterceptor.kt:20)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor$intercept$inner$1.invokeSuspend(SpecRefExtensionInterceptor.kt:28)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor$intercept$inner$1.invoke(SpecRefExtensionInterceptor.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor$intercept$inner$1.invoke(SpecRefExtensionInterceptor.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor.intercept-0E7RQCE(SpecRefExtensionInterceptor.kt:31)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.RequiresTagInterceptor.intercept-0E7RQCE(RequiresTagInterceptor.kt:35)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.TagsInterceptor.intercept-0E7RQCE(TagsInterceptor.kt:38)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SystemPropertySpecFilterInterceptor.intercept-0E7RQCE(SystemPropertySpecFilterInterceptor.kt:48)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecFilterInterceptor.intercept-0E7RQCE(SpecFilterInterceptor.kt:38)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.IgnoredSpecInterceptor.intercept-0E7RQCE(IgnoredSpecInterceptor.kt:51)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.EnabledIfInterceptor.intercept-0E7RQCE(EnabledIfInterceptor.kt:41)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.RequiresPlatformInterceptor.intercept-0E7RQCE(RequiresPlatformInterceptor.kt:32)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline.execute-0E7RQCE(SpecRefInterceptorPipeline.kt:50)
	at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:42)
	at io.kotest.engine.ConcurrentTestSuiteScheduler$schedule$8$1$1$2.invokeSuspend(ConcurrentTestSuiteScheduler.kt:72)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:46)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor.intercept-0E7RQCE(ConfigurationInContextSpecInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor$intercept$2.invokeSuspend(SpecExtensionInterceptor.kt:22)
	at io.kotest.engine.spec.SpecExtensions$intercept$initial$1.invokeSuspend(SpecExtensions.kt:146)
	at io.kotest.engine.spec.SpecExtensions.intercept(SpecExtensions.kt:157)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor.intercept-0E7RQCE(SpecExtensionInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor$intercept$2.invokeSuspend(ProjectContextInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor.intercept-0E7RQCE(ProjectContextInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor$intercept$2.invokeSuspend(EngineContextInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor.intercept-0E7RQCE(EngineContextInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline.execute-0E7RQCE(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3.invokeSuspend(SingleInstanceSpecRunner.kt:47)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner.execute-gIAlu-s(SingleInstanceSpecRunner.kt:46)
	at io.kotest.engine.spec.JvmSpecExecutorDelegate.execute(createSpecExecutorDelegate.kt:64)
	at io.kotest.engine.spec.SpecExecutor.executeInDelegate-gIAlu-s(SpecExecutor.kt:49)
	at io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invokeSuspend(SpecExecutor.kt:40)
	at io.kotest.engine.spec.interceptor.ref.FinalizeSpecInterceptor.intercept-0E7RQCE(FinalizeSpecInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.BeforeSpecStateInterceptor.intercept-0E7RQCE(BeforeSpecStateInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.PrepareSpecInterceptor.intercept-0E7RQCE(PrepareSpecInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.ApplyExtensionsInterceptor.intercept-0E7RQCE(ApplyExtensionsInterceptor.kt:36)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.SpecFinishedInterceptor.intercept-0E7RQCE(SpecFinishedInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.SpecStartedInterceptor.intercept-0E7RQCE(SpecStartedInterceptor.kt:20)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor$intercept$inner$1.invokeSuspend(SpecRefExtensionInterceptor.kt:28)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor.intercept-0E7RQCE(SpecRefExtensionInterceptor.kt:31)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.RequiresTagInterceptor.intercept-0E7RQCE(RequiresTagInterceptor.kt:35)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.TagsInterceptor.intercept-0E7RQCE(TagsInterceptor.kt:38)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.SystemPropertySpecFilterInterceptor.intercept-0E7RQCE(SystemPropertySpecFilterInterceptor.kt:48)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.SpecFilterInterceptor.intercept-0E7RQCE(SpecFilterInterceptor.kt:38)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.IgnoredSpecInterceptor.intercept-0E7RQCE(IgnoredSpecInterceptor.kt:51)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.EnabledIfInterceptor.intercept-0E7RQCE(EnabledIfInterceptor.kt:41)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.ref.RequiresPlatformInterceptor.intercept-0E7RQCE(RequiresPlatformInterceptor.kt:32)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline.execute-0E7RQCE(SpecRefInterceptorPipeline.kt:50)
	at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:42)
	at io.kotest.engine.ConcurrentTestSuiteScheduler$schedule$8$1$1$2.invokeSuspend(ConcurrentTestSuiteScheduler.kt:72)
Caused by: java.lang.NoSuchMethodError: 'io.kotest.core.test.config.TestConfig io.kotest.core.spec.RootTest.getConfig()'
	at io.kotest.engine.spec.Materializer.materialize(Materializer.kt:49)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3$1.invokeSuspend(SingleInstanceSpecRunner.kt:48)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3$1.invoke(SingleInstanceSpecRunner.kt)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3$1.invoke(SingleInstanceSpecRunner.kt)
	at io.kotest.engine.spec.interceptor.instance.AfterSpecCallbackInterceptor.intercept-0E7RQCE(AfterSpecCallbackInterceptor.kt:19)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.BeforeSpecListenerSpecInterceptor.intercept-0E7RQCE(BeforeSpecListenerSpecInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.InlineTagSpecInterceptor.intercept-0E7RQCE(InlineTagSpecInterceptor.kt:37)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor$intercept$2.invokeSuspend(ConfigurationInContextSpecInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor$intercept$2.invoke(ConfigurationInContextSpecInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor$intercept$2.invoke(ConfigurationInContextSpecInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.spec.interceptor.instance.ConfigurationInContextSpecInterceptor.intercept-0E7RQCE(ConfigurationInContextSpecInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor$intercept$2.invokeSuspend(SpecExtensionInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor$intercept$2.invoke(SpecExtensionInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor$intercept$2.invoke(SpecExtensionInterceptor.kt)
	at io.kotest.engine.spec.SpecExtensions$intercept$initial$1.invokeSuspend(SpecExtensions.kt:146)
	at io.kotest.engine.spec.SpecExtensions$intercept$initial$1.invoke(SpecExtensions.kt)
	at io.kotest.engine.spec.SpecExtensions$intercept$initial$1.invoke(SpecExtensions.kt)
	at io.kotest.engine.spec.SpecExtensions.intercept(SpecExtensions.kt:157)
	at io.kotest.engine.spec.interceptor.instance.SpecExtensionInterceptor.intercept-0E7RQCE(SpecExtensionInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor$intercept$2.invokeSuspend(ProjectContextInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor$intercept$2.invoke(ProjectContextInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor$intercept$2.invoke(ProjectContextInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.spec.interceptor.instance.ProjectContextInterceptor.intercept-0E7RQCE(ProjectContextInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor$intercept$2.invokeSuspend(EngineContextInterceptor.kt:23)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor$intercept$2.invoke(EngineContextInterceptor.kt)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor$intercept$2.invoke(EngineContextInterceptor.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at io.kotest.engine.spec.interceptor.instance.EngineContextInterceptor.intercept-0E7RQCE(EngineContextInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invokeSuspend(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline$execute$3$1.invoke(SpecInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecInterceptorPipeline.execute-0E7RQCE(SpecInterceptorPipeline.kt:47)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3.invokeSuspend(SingleInstanceSpecRunner.kt:47)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3.invoke(SingleInstanceSpecRunner.kt)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner$execute$3.invoke(SingleInstanceSpecRunner.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
	at io.kotest.engine.spec.runners.SingleInstanceSpecRunner.execute-gIAlu-s(SingleInstanceSpecRunner.kt:46)
	at io.kotest.engine.spec.JvmSpecExecutorDelegate.execute(createSpecExecutorDelegate.kt:64)
	at io.kotest.engine.spec.SpecExecutor.executeInDelegate-gIAlu-s(SpecExecutor.kt:49)
	at io.kotest.engine.spec.SpecExecutor.access$executeInDelegate-gIAlu-s(SpecExecutor.kt:24)
	at io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invokeSuspend(SpecExecutor.kt:40)
	at io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invoke(SpecExecutor.kt)
	at io.kotest.engine.spec.SpecExecutor$execute$innerExecute$1.invoke(SpecExecutor.kt)
	at io.kotest.engine.spec.interceptor.ref.FinalizeSpecInterceptor.intercept-0E7RQCE(FinalizeSpecInterceptor.kt:24)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.BeforeSpecStateInterceptor.intercept-0E7RQCE(BeforeSpecStateInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.PrepareSpecInterceptor.intercept-0E7RQCE(PrepareSpecInterceptor.kt:25)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.ApplyExtensionsInterceptor.intercept-0E7RQCE(ApplyExtensionsInterceptor.kt:36)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecFinishedInterceptor.intercept-0E7RQCE(SpecFinishedInterceptor.kt:22)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecStartedInterceptor.intercept-0E7RQCE(SpecStartedInterceptor.kt:20)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor$intercept$inner$1.invokeSuspend(SpecRefExtensionInterceptor.kt:28)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor$intercept$inner$1.invoke(SpecRefExtensionInterceptor.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor$intercept$inner$1.invoke(SpecRefExtensionInterceptor.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecRefExtensionInterceptor.intercept-0E7RQCE(SpecRefExtensionInterceptor.kt:31)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.RequiresTagInterceptor.intercept-0E7RQCE(RequiresTagInterceptor.kt:35)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.TagsInterceptor.intercept-0E7RQCE(TagsInterceptor.kt:38)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SystemPropertySpecFilterInterceptor.intercept-0E7RQCE(SystemPropertySpecFilterInterceptor.kt:48)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.SpecFilterInterceptor.intercept-0E7RQCE(SpecFilterInterceptor.kt:38)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.IgnoredSpecInterceptor.intercept-0E7RQCE(IgnoredSpecInterceptor.kt:51)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.EnabledIfInterceptor.intercept-0E7RQCE(EnabledIfInterceptor.kt:41)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.ref.RequiresPlatformInterceptor.intercept-0E7RQCE(RequiresPlatformInterceptor.kt:32)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invokeSuspend(SpecRefInterceptorPipeline.kt:49)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline$execute$3$1.invoke(SpecRefInterceptorPipeline.kt)
	at io.kotest.engine.spec.interceptor.SpecRefInterceptorPipeline.execute-0E7RQCE(SpecRefInterceptorPipeline.kt:50)
	at io.kotest.engine.spec.SpecExecutor.execute(SpecExecutor.kt:42)
	at io.kotest.engine.ConcurrentTestSuiteScheduler$schedule$8$1$1$2.invokeSuspend(ConcurrentTestSuiteScheduler.kt:72)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at io.kotest.common.RunBlockingKt.runBlocking(runBlocking.kt:3)
	at io.kotest.engine.TestEngineLauncher.launch(TestEngineLauncher.kt:253)
	at io.kotest.runner.junit.platform.KotestJunitPlatformTestEngine.execute(KotestJunitPlatformTestEngine.kt:84)
	at io.kotest.runner.junit.platform.KotestJunitPlatformTestEngine.execute(KotestJunitPlatformTestEngine.kt:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant