Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Merge remote-tracking branch 'origin/main' into pelevin/builders-prov…
…iders

# Conflicts:
#	utbot-spring-framework/src/main/kotlin/org/utbot/framework/context/spring/SpringApplicationContextImpl.kt
  • Loading branch information
IlyaMuravjov committed Sep 12, 2023
commit b9de69dba05b12ea3261a1df56de22d78da7a4fe
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,14 @@ class SpringApplicationContextImpl(
)
.mockAllTypesWithoutSpecificValueProvider()
}
SpringTestType.INTEGRATION_TEST -> SpringIntegrationTestConcreteExecutionContext(
delegateConcreteExecutionContext,
classpathWithoutDependencies,
this
)
SpringTestType.INTEGRATION_TEST ->
RerunningConcreteExecutionContext(
SpringIntegrationTestConcreteExecutionContext(
delegateConcreteExecutionContext,
classpathWithoutDependencies,
springApplicationContext = this
)
)
}.transformValueProvider { it.useNullForPartiallyUnresolvableClasses() }
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.