Closed
Description
Description
Sometimes fuzzer generates a lot of tests, which are not reduced for some reason by minimizer which result in inresponsible IDE.
To Reproduce
Steps to reproduce the behavior:
- Open Java UTBot project
- Set
Test generation method
to 100%Fuzzing
- Generate tests for
org.utbot.examples.algorithms.Sort
Expected behavior
Reasonable amount of files generated.
Actual behavior
Result test file is about 17Mb and seems contains thousands of tests. This cause problem for formatting and analysis this file in IDEA (see #1207)
Visual proofs (screenshots, logs, images)
Attaching generated file - SortTest.zip
Metadata
Metadata
Assignees
Type
Projects
Status
Done