Import assertTrue is missing #2616
Labels
comp-codegen
Issue is related to code generator
comp-spring
Issue is related to Spring projects support
ctg-bug
Issue is a bug
spec-internal
Internal issue
Description
Junit5 assertTrue is used, but import is missing
To Reproduce
sm***t
projectUnit tests
withNo configuration
tests forFacet
Expected behavior
Generated test should have import of used asserts.
Actual behavior
Generated test is not compiling, assertTrue import is missing.
Screenshots, logs
The following imports are present:
The following line is present in generated test, that is not compiling:
Environment
IntelliJ IDEA version - 2023.2 Ultimate
Project - Maven
JDK - 1.8
The text was updated successfully, but these errors were encountered: