Skip to content

Add fuzzer executions in parameterized tests mode #1137

Closed
@EgorkaKulikov

Description

@EgorkaKulikov

Description

Unfortunately, we can't create parameterized tests with fuzzer executions: they may require force mocking and don't know about it themselves, otherwise parameterized tests aren't able to deal with mocks.

These cause problems when we call parameterized tests generation from plugin with useFuzzing = true.

Expected behavior

The solution is to do the following in parameterized mode:

  • create parameterized tests for symbolic executions
  • create standard tests for fuzzer executions

Context

Suggested by @Markoutte

Metadata

Metadata

Labels

ctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions