mabdi / small-amp

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

Method is missed in assertion amplification #72

Open mabdi opened 4 years ago

mabdi commented 4 years ago

In amplification of DTTestCoverageTest asserting the value of startButtonHelp increases the coverage. It's generated after a. direct method added by input amplification:

        aString := plugin startButtonHelp.
    self assert: aString equals: 'Run test coverage in selected packages'

I expect the assertion for asserting the value of startButtonHelp be created in assertion amplification, not after a direct input amp.