Uncompilable test for inner class, due improper naming #2515
Labels
comp-codegen
Issue is related to code generator
ctg-bug
Issue is a bug
status-verified
Bug fix is verified
Description
When generate test for nested class its generated with name like this
Outer_InnerTest
while file name isInnerTest.java
, which makes is uncompilable.To Reproduce
Inner
class.Expected behavior
Generated tests could be executed.
Actual behavior
Generated test
public final class Outer_InnerTest {...
is inside fileInnerTest.java
and fails during compilation.Additional context
Same problem for fuzzing/symbolic, pre-existing in 2023.3 plugin version.
The text was updated successfully, but these errors were encountered: