-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Description
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
Assignees
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Done