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 caf2c1c commit d17562bCopy full SHA for d17562b
utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt
@@ -384,6 +384,7 @@ fun runGeneration(
384
synthesisTimeout, synthesisTimeout
385
)
386
val synthesizedTestSets = testSets.map {
387
+ logger.info { "Running synthesizer for ${it.method} test case" }
388
UtMethodTestSet(
389
it.method,
390
testCaseGenerator.toAssemble(synthesizerController, it.method, it.executions)
0 commit comments