...
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
...
This setting allows you to specify the package and class name pattern for tests.
Acceptable Values
| [pattern] | The package and class name pattern for tests. The default pattern of "
For tests that are not Spring or parameterized tests, the |
|---|
jtest.uta.test.source.folder
This setting allows you to specify the root directory where tests created with UTA are saved.
Acceptable Values
| [path] | The path to the directory where tests created with UTA are saved. By default, the project's settings are read to determine where tests should be saved. If the project does not specify where tests are located, then either update your project's configuration so a test source folder is specified, switch to one of the predefined patterns, or create a pattern manually using the following variables: |
|---|
Example Usage
jtest.uta.test.source.folder=${project_name}/tests
...