File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
utbot-framework/src/main/kotlin/org/utbot/framework/codegen
utbot-intellij/src/main/resources/bundles Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ open class CodeGenerator(
115
115
return CodeGeneratorResult (
116
116
generatedCode = generatedCode,
117
117
utilClassKind = UtilClassKind .fromCgContextOrNull(context),
118
- testsGenerationReport = TestsGenerationReport ()
118
+ testsGenerationReport = astConstructor.testsGenerationReport
119
119
)
120
120
}
121
121
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ test.report.force.static.mock.warning=<b>Warning</b>: Some test cases were ignor
5
5
Better results could be achieved by <a href="{0}{1}">configuring mockito-inline</a>.
6
6
test.report.test.framework.warning =<b>Warning</b>: There are several test frameworks in the project.\
7
7
To select run configuration, please refer to the documentation depending on the project build system:\
8
- <a href="https://docs.gradle.org/current/userguide/java_testing.html#sec:configuring_java_integration_tests">Gradle</a>,\
9
- <a href="https://maven.apache.org/surefire/maven-surefire-plugin/examples/providers.html">Maven</a>\
8
+ <a href="https://docs.gradle.org/current/userguide/java_testing.html#sec:configuring_java_integration_tests">Gradle</a>, \
9
+ <a href="https://maven.apache.org/surefire/maven-surefire-plugin/examples/providers.html">Maven</a> \
10
10
or <a href="https://www.jetbrains.com/help/idea/run-debug-configuration.html#compound-configs">Idea</a>.
You can’t perform that action at this time.
0 commit comments