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 5eb54dc commit d8db5f5Copy full SHA for d8db5f5
utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt
@@ -151,7 +151,7 @@ open class TestCaseGenerator(
151
controller.job = launch(currentUtContext) {
152
if (!isActive) return@launch
153
//TODO remove
154
- if (!method.name.contains("testFunc3")) return@launch
+ //if (!method.name.contains("testFunc3")) return@launch
155
156
try {
157
//yield one to
0 commit comments