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 @@ -56,6 +56,7 @@ import org.utbot.framework.plugin.api.util.executableId
56
56
import org.utbot.framework.plugin.api.util.withUtContext
57
57
import org.utbot.framework.util.Conflict
58
58
import org.utbot.framework.util.toValueTestCase
59
+ import org.utbot.summary.UtSummarySettings
59
60
import org.utbot.summary.summarize
60
61
import java.io.File
61
62
import java.nio.file.Path
@@ -92,6 +93,7 @@ abstract class UtValueTestCaseChecker(
92
93
UtSettings .useAssembleModelGenerator = true
93
94
UtSettings .saveRemainingStatesForConcreteExecution = false
94
95
UtSettings .useFuzzing = false
96
+ UtSummarySettings .USE_CUSTOM_JAVADOC_TAGS = false
95
97
}
96
98
97
99
// checks paramsBefore and result
You can’t perform that action at this time.
0 commit comments