evosuite-plus-plus
evosuite-plus-plus copied to clipboard
Evosuite++: an enhancement for Evosuite framework supporting new features like optimal object construction and gradient recovering
Results
100
evosuite-plus-plus issues
Sort by
recently updated
recently updated
newest added
Given an object construction graph, when we initialize the code for the graph, we can randomly assign a null-value to the object. After all, many branches are null value related.
check the add(), remove(), addAll(), etc. TemplateGenerationSF100.testLongTest3() there is a test case. I also leave the //FIXME on DataDependencyUtil.analyzeFieldSetter()