You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alisevych
changed the title
Test generation fails for String.join() with Enum.toString() inside
String.join() with Enum.toString() inside - test generation fails
Jul 6, 2022
Description
Test generation fails for String.join() with Enum.toString() inside
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests are supposed to be generated.
Actual behavior
"Failed to generate unit tests for class UsingEnum" error popup is shown in IDEA.
It is shown immediately after test generation is started.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.3
checked on JDK 8 and 11, Gradle projects - same error
Additional context
Adding some input parameters to the method helps - fuzzer is generating tests.
The text was updated successfully, but these errors were encountered: