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
Generate tests for SimpleLambdaExamples with default settings
Expected behavior
Fuzzing should use UtUtils$buildStaticLambda method with existing lambda method name.
Or create a lambda on its own.
Actual behavior
Fuzzing execution uses UtUtils$buildStaticLambda method with lambdaName = "<FAKE>"
Fails on IllegalArgumentException that no such lambda method is found.
Description
Incorrect lambda method name is addressed by Fuzzing using
UtUtils$buildStaticLambda
methodTo Reproduce
utbot
projectSimpleLambdaExamples
with default settingsExpected behavior
Fuzzing should use
UtUtils$buildStaticLambda
method with existing lambda method name.Or create a lambda on its own.
Actual behavior
Fuzzing execution uses
UtUtils$buildStaticLambda
method withlambdaName = "<FAKE>"
Fails on
IllegalArgumentException
that no such lambda method is found.Screenshots, logs
Environment
IntelliJ IDEA version - 2023.2 Ultimate
Project - Gradle
JDK - 17
Additional context
There are correct successful tests generated by Symbolic execution.
The text was updated successfully, but these errors were encountered: