mabdi / small-amp

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

Assertion generation API #85

Open mabdi opened 4 years ago

mabdi commented 4 years ago

Create an API which developers can use to get a list of assertion suggestion in their code.

For example, the developer adds a line in his/her test method: SmallAmp assertionsHere: self for: anObject. and runs the test. SmallAmp refactors his code and replaces this API call with a list of assertions.

mabdi commented 4 years ago

SmallAmp