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
Fuzzing should provide several test with values for a field (for example, 10 and 11).
Environment
This problem is bound to the fact that fuzzer uses simple creation of this object. For example, fuzzer uses reflection to create this instance when method's class doesn't have public empty constructor.
Potential alternatives
There's no alternatives
The text was updated successfully, but these errors were encountered:
Description
Fuzzing should generate tests for methods without parameters. Usually, these methods have logic using internal object fields. For example:
Expected behavior
Fuzzing should provide several test with values for a field (for example, 10 and 11).
Environment
This problem is bound to the fact that fuzzer uses simple creation of this object. For example, fuzzer uses reflection to create this instance when method's class doesn't have public empty constructor.
Potential alternatives
There's no alternatives
The text was updated successfully, but these errors were encountered: