Fuzzing Spring class with protected default constructor leads to compilation error #2559
Labels
comp-codegen
Issue is related to code generator
comp-spring
Issue is related to Spring projects support
ctg-bug
Issue is a bug
Description
Consider generating integration tests with application configuration from
spring-boot-testing
for the methodwhere
Order
has the following constructors:Expected behaviour
Generated tests can be successfully compiled and run.
Actual behaviour
The following uncompilable test is generated. The problem is in line with order1 definition.
The text was updated successfully, but these errors were encountered: