We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7993f commit 151b4a3Copy full SHA for 151b4a3
utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt
@@ -164,6 +164,7 @@ fun setOptions() {
164
UtSettings.warmupConcreteExecution = true
165
UtSettings.testMinimizationStrategyType = TestSelectionStrategyType.COVERAGE_STRATEGY
166
UtSettings.ignoreStringLiterals = true
167
+ UtSettings.maximizeCoverageUsingReflection = true
168
}
169
170
0 commit comments