Skip to content

Commit 1eb5e13

Browse files
committed
* UtSettings option
1 parent 68a65ea commit 1eb5e13

File tree

1 file changed

+5
-0
lines changed
  • utbot-framework-api/src/main/kotlin/org/utbot/framework

1 file changed

+5
-0
lines changed

utbot-framework-api/src/main/kotlin/org/utbot/framework/UtSettings.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@ object UtSettings : AbstractSettings(
378378
*/
379379
var disableSandbox by getBooleanProperty(false)
380380

381+
/**
382+
* Exclude fuzzer-produced executions during minimization if there is an equivalent symbolic execution
383+
*/
384+
var preferSymbolicExecutionsDuringMinimization by getBooleanProperty(true)
385+
381386
}
382387

383388
/**

0 commit comments

Comments
 (0)