You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Context
Suggested by @Markoutte
The text was updated successfully, but these errors were encountered: