Skip to content

Commit 07f4a50

Browse files
committed
Remove summary checks from engine checks
1 parent 91617cb commit 07f4a50

File tree

2 files changed

+238
-1080
lines changed

2 files changed

+238
-1080
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,6 @@ object UtSettings : AbstractSettings(logger, defaultKeyForSettingsPath, defaultS
116116
*/
117117
var useExpressionSimplification by getBooleanProperty(true)
118118

119-
/**
120-
* Activate or deactivate tests on comments
121-
*/
122-
var testSummary by getBooleanProperty(true)
123-
124-
/**
125-
* Activate or deactivate tests on names
126-
*/
127-
var testName by getBooleanProperty(true)
128-
129-
/**
130-
* Activate or deactivate tests on displayNames
131-
*/
132-
var testDisplayName by getBooleanProperty(true)
133-
134119
/**
135120
* Enable the Summarization module to generate summaries for methods under test.
136121
*

0 commit comments

Comments
 (0)