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
If invalid value is set for a property in settings.properties, default value should be applied.
Currently: the following line is added to settings.properties: useFuzzing=trueeee
and Fuzzing is disabled on UI
To Reproduce
Install one of the latest plugin's builds from main, build used
Add the following line to settings.properties:
useFuzzing=trueeee
Restart IDEA
Run the 'UTBotJava' project
Open File -> Settings -> Tools -> UnitTestBot
Expected behavior
useFuzzing is true by default
So Fuzzing-Symbolic slider should be enabled
Description
If invalid value is set for a property in
settings.properties
, default value should be applied.Currently: the following line is added to settings.properties:
useFuzzing=trueeee
To Reproduce
settings.properties
:useFuzzing=trueeee
Expected behavior
useFuzzing is true by default
So Fuzzing-Symbolic slider should be enabled
Actual behavior
Fuzzing is disabled.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.2.3
Additional context
Found during manual testing of
The text was updated successfully, but these errors were encountered: