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 3bcf41e commit cd11d9cCopy full SHA for cd11d9c
utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt
@@ -169,7 +169,7 @@ open class TestCaseGenerator(
169
controller.job = launch(currentUtContext) {
170
if (!isActive) return@launch
171
//TODO remove
172
- if (!method.name.contains("testFunc3")) return@launch
+ //if (!method.name.contains("testFunc3")) return@launch
173
174
try {
175
//yield one to
0 commit comments