Closed
Description
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
- 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
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