...
This setting enables or disables displaying recommendations for files that were created during the test run, but were not removed after execution.
Acceptable Values
| true | Displaying recommendations for files that were created during the test run, but were not removed after execution, is enabled. |
|---|---|
| false | Default. Displaying recommendations for files that were created during the test run, but were not removed after execution, is disabled. |
jtest.uta.recommendations.mockable.invocations
This setting enables or disables displaying recommendations for calls to mock objects that can be modified to ensure proper test isolation.
Acceptable Values
| true | Default. Displaying recommendations for calls to mock objects that can be modified to ensure proper test isolation is enabled. |
|---|---|
| false | Displaying recommendations for calls to mock objects that can be modified to ensure proper test isolation is disabled. |
jtest.uta.recommendations.no.assertions
This setting enables or disables displaying recommendations when no assertions have been made after test execution.
Acceptable Values
| true | Default. Displaying recommendations when no assertions have been made is enabled. |
|---|---|
| false | Displaying recommendations when no assertions have been made is disabled. |
jtest.uta.recommendations.properties.changed
This setting enables or disables displaying recommendations for system properties that were modified during the test run, but not restored after execution.
Acceptable Values
| true | Displaying recommendations for additional threads system properties that were modified during the test run, but not restored after execution is enabled. |
|---|---|
| false | Default. Displaying recommendations for system properties that were modified during the test run, but not restored after execution is disabled. |
jtest.uta.recommendations.setup.problems
This setting enables or disables displaying recommendations for root causes of bulk test failures that share a common exception or issue, indicating potential setup problems within the project.
Acceptable Values
| true | Displaying recommendations for potential setup problems is enabled. |
|---|---|
| false | Default. Displaying recommendations for potential setup problems is disabled. |
jtest.uta.recommendations.static.fields.changed
This setting enables or disables displaying recommendations when static fields have been modified during test execution.
Acceptable Values
| true | Displaying recommendations when static fields have been modified during test execution is enabled. |
|---|---|
| false | Default. Displaying recommendations when static fields have been modified during test execution is disabled. |
jtest.uta.recommendations.static.invocations
This setting enables or disables displaying recommendations for calls to mockable static methods or constructors based on the specified mocking configuration.
Acceptable Values
| true | Displaying recommendations for calls to mockable static methods or constructors is enabled. |
|---|---|
| false | Default. Displaying recommendations for calls to mockable static methods or constructors is disabled. |
jtest.uta.recommendations.uncovered.code
...