dspot icon indicating copy to clipboard operation
dspot copied to clipboard

Use a patch instead of CtMethod to represent an amplified test method

Open danglotb opened this issue 6 years ago • 1 comments

The idea is to keep a set of modification from the original test method. The patch could have also ancestors patches, that must be apply to the original test method before applying the patch itself. In this way, we can easily keep a track of the history and the changes that has been chained to obtain the amplified test.

danglotb avatar Jun 02 '18 07:06 danglotb

This feature would allow us to implement easily crossover, that seems to be a key-feature of GI.

danglotb avatar Jun 05 '18 08:06 danglotb