Description
Whenever user changes value of Test framework or Mocking strategy Mock static methods becomes marked.
To Reproduce
- Install UnitTestBot plugin built from main in IntelliJ IDEA
- Open non-Spring project
- Invoke test generation dialog
- Set
Testing framework to Junit 5
Mocking strategy to Mock everything outside the class
- Uncheck
Mock static methods
- Change
Testing framework to Junit 4 - note that Mock static methods has been checked
- Uncheck
Mock static methods again
- Change
Mocking strategy to Mock everything outside the package
Expected behavior
Mock static methods stays unchecked no matter what other fields changed.
Actual behavior
Mock static methods checked
Screenshots, logs

Description
Whenever user changes value of
Test frameworkorMocking strategyMock static methodsbecomes marked.To Reproduce
Testing frameworktoJunit 5Mocking strategytoMock everything outside the classMock static methodsTesting frameworktoJunit 4- note thatMock static methodshas been checkedMock static methodsagainMocking strategytoMock everything outside the packageExpected behavior
Mock static methodsstays unchecked no matter what other fields changed.Actual behavior
Mock static methodscheckedScreenshots, logs
