Description
Description
Some tests generated for ArraysQuickSort.sort in Parameterized mode are presented as regular tests.
They are put in to region
///region Tests for method sort(int[], int, int, int[], int, int) that cannot be presented as parameterized
Now there are 2 types of such tests:
- Generate standard tests for symbolic executions with mocking in parametrized mode #1252
- Add fuzzer executions as standard tests in parameterized tests #1161
To Reproduce
- Install latest build from main into IDEA 2022.2.3
- Check File -> Settings are default: 95% Symbolic execution
- Open UTBotJava project
- Generate tests for
ArrayQuickSort
with JUnit5 and Parameterized on.
Expected behavior
Regions in the generated tests are supposed to be similar to the ones generated with parameterization off.
Actual behavior
///region Tests for method sort(int[], int, int, int[], int, int) that cannot be presented as parameterized
Regions in generated tests, that cannot be presented as parameterized, do not contain information about which suite they belong to.
Fuzzing / Symbolic, Successful / Explicitly thrown exceptions / ...
Visual proofs (screenshots, logs, images)
Regions for parameterized tests:
Environment
IntelliJ IDEA
Metadata
Metadata
Assignees
Labels
Type
Projects
Status