File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
utbot-framework/src/test/kotlin/org/utbot/examples Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ import org.utbot.framework.plugin.api.util.kClass
60
60
import org.utbot.framework.plugin.api.util.withUtContext
61
61
import org.utbot.framework.util.Conflict
62
62
import org.utbot.framework.util.toValueTestCase
63
+ import org.utbot.summary.UtSummarySettings
63
64
import org.utbot.summary.summarize
64
65
import java.io.File
65
66
import java.nio.file.Path
@@ -96,6 +97,7 @@ abstract class UtValueTestCaseChecker(
96
97
UtSettings .useAssembleModelGenerator = true
97
98
UtSettings .saveRemainingStatesForConcreteExecution = false
98
99
UtSettings .useFuzzing = false
100
+ UtSummarySettings .USE_CUSTOM_JAVADOC_TAGS = false
99
101
}
100
102
101
103
// checks paramsBefore and result
You can’t perform that action at this time.
0 commit comments