Skip to content

Commit 151b4a3

Browse files
committed
Enabled reflection for ContestEstimator
1 parent fa7993f commit 151b4a3

File tree

1 file changed

+1
-0
lines changed
  • utbot-junit-contest/src/main/kotlin/org/utbot/contest

1 file changed

+1
-0
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ fun setOptions() {
164164
UtSettings.warmupConcreteExecution = true
165165
UtSettings.testMinimizationStrategyType = TestSelectionStrategyType.COVERAGE_STRATEGY
166166
UtSettings.ignoreStringLiterals = true
167+
UtSettings.maximizeCoverageUsingReflection = true
167168
}
168169

169170

0 commit comments

Comments
 (0)