We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f9c7f commit 7d28093Copy full SHA for 7d28093
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/TestGenerator.kt
@@ -301,6 +301,7 @@ object TestGenerator {
301
}
302
303
304
+ //Note that reportsCountDown.countDown() has to be called in every generator implementation to complete whole process
305
else -> TODO("Only model based code generator supported, but got: ${generator::class}")
306
307
0 commit comments