Open
Description
Description
At the moment there's very few tests for check common java fuzzing examples. We need to write test to cover:
- Class accessibility test
- Recursive objects
- Generating choosing strategies for objects and collections
- Mutation strategies for objects and collections
- Type parameters and generics
This should cover a set of problems like #2001, #1990.
Context
Since java fuzzing is based on fuzzing platform and old implementation is going to be removed soon (#1896), better tests should be implemented to cover base cases.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo