evosuite-plus-plus
evosuite-plus-plus copied to clipboard
Modify the branch type and population expansion
When a branch is misjudged as static/dynamic:
- It can be modified according to the type of observed constant
- It can be corrected according to whether the branch breaks quickly after a period of operation
population expansion
According to the observed constant list, multiple possible test cases can be generated, which can be added to the population.
SeedingApplicationEvaluator.updateTestSeedWithConstantAssignment()