Description
If we generate tests using the contest estimator for com.google.common.base.CaseFormat, we will see that the resulting file does not compile because of absent class name in static constant usage: expectedFinalCaseFormat = .UPPER_CAMEL.
To Reproduce
Steps to reproduce the behavior:
- Run the contest estimator for
com.google.common.base.CaseFormat with 300s time limit
- Open generated file
Expected behaviour
Compilable file.
Actual behaviour
Generated file does not compile.
Visual proofs (screenshots, logs, images)

Environment
The default environment for the contest estimator.
Additional context
There is no additional context.
Description
If we generate tests using the contest estimator for
com.google.common.base.CaseFormat, we will see that the resulting file does not compile because of absent class name in static constant usage:expectedFinalCaseFormat = .UPPER_CAMEL.To Reproduce
Steps to reproduce the behavior:
com.google.common.base.CaseFormatwith 300s time limitExpected behaviour
Compilable file.
Actual behaviour
Generated file does not compile.
Visual proofs (screenshots, logs, images)

Environment
The default environment for the contest estimator.
Additional context
There is no additional context.