Open
Description
Description
Sometimes we need to turn off Symbolic Engine and stop the test generation (and do not collect this execution) in case of mocking taking place when generating parameterized tests. However, Fuzzer can still add its executions which may lead to unwanted executions being processed later.
The suggestion is to prioritize Symbolic Engine executions in minimization process.
Details
Run parameterized test generation for vertexSum method from Recursion test set in plugin.
Currently, generated test will fail.
With #845 changes applied it will lead to empty test class because we cut off all Fuzzer executions for the reason described above.
Metadata
Metadata
Assignees
Type
Projects
Status
Todo