Skip to content

Prioritize Symbolic Engine executions #843

Open
@sofurihafe

Description

@sofurihafe

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

Labels

comp-symbolic-engineIssue is related to the symbolic execution enginectg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions