mabdi / small-amp

Test Amplification for Pharo
MIT License
5 stars 4 forks source link

Classification >> #willow #69

Closed mabdi closed 4 years ago

mabdi commented 4 years ago

Error: amplified class from FormSubmitCommandTest has syntax Error.

Variable Classification in FormSubmitCommandTest is known, but the same name in the exact replicate from the test class is unknown!

mabdi commented 4 years ago

This is because FormSubmitCommandTest has a poolDictionaries: value in definition, but we have ignored it. also related to #32 The process of creating a new class should be reviewed.

mabdi commented 4 years ago

use Class class >> #duplicateClassWithNewName: for duplicating.