Skip to content

Commit 212f46d

Browse files
committed
Enabled reflection for ContestEstimator
1 parent b2cea5f commit 212f46d

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

Lines changed: 1 addition & 0 deletions
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)