diff --git a/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/CodeGenerator.kt b/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/CodeGenerator.kt index f921cec3b0..b59794d45e 100644 --- a/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/CodeGenerator.kt +++ b/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/CodeGenerator.kt @@ -115,7 +115,7 @@ open class CodeGenerator( return CodeGeneratorResult( generatedCode = generatedCode, utilClassKind = UtilClassKind.fromCgContextOrNull(context), - testsGenerationReport = TestsGenerationReport() + testsGenerationReport = astConstructor.testsGenerationReport ) } diff --git a/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties b/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties index 44794f2b55..4c13064c79 100644 --- a/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties +++ b/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties @@ -5,6 +5,6 @@ test.report.force.static.mock.warning=Warning: Some test cases were ignor Better results could be achieved by configuring mockito-inline. test.report.test.framework.warning=Warning: There are several test frameworks in the project.\ To select run configuration, please refer to the documentation depending on the project build system:\ -Gradle,\ -Maven\ +Gradle, \ +Maven \ or Idea. \ No newline at end of file