Skip to content

Commit f76825d

Browse files
committed
Removed always used coverage-based minimization strategy
1 parent 9a3acb6 commit f76825d

File tree

1 file changed

+0
-4
lines changed
  • utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator

1 file changed

+0
-4
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/CodeGenerator.kt

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ class CodeGenerator(
3636
configureEngine: (UtBotSymbolicEngine) -> Unit = {},
3737
isCanceled: () -> Boolean,
3838
) {
39-
init {
40-
UtSettings.testMinimizationStrategyType = TestSelectionStrategyType.COVERAGE_STRATEGY
41-
}
42-
4339
val generator = (project.service<Settings>().testCasesGenerator as UtBotTestCaseGenerator).apply {
4440
init(Paths.get(buildDir), classpath, pluginJarsPath, configureEngine, isCanceled)
4541
}

0 commit comments

Comments
 (0)