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 e7e448a commit 9e88e49Copy full SHA for 9e88e49
utbot-framework/src/test/kotlin/org/utbot/examples/AbstractModelBasedTest.kt
@@ -38,6 +38,7 @@ import kotlin.reflect.KFunction1
38
import kotlin.reflect.KFunction2
39
import kotlin.reflect.KFunction3
40
import org.junit.jupiter.api.Assertions.assertTrue
41
+import org.utbot.framework.UtSettings.useFuzzing
42
43
internal abstract class AbstractModelBasedTest(
44
testClass: KClass<*>,
@@ -88,6 +89,7 @@ internal abstract class AbstractModelBasedTest(
88
89
workaround(HACK) {
90
// @todo change to the constructor parameter
91
checkSolverTimeoutMillis = 0
92
+ useFuzzing = false
93
}
94
val utMethod = UtMethod.from(method)
95
0 commit comments