albertogoffi / toradocu

Toradocu - automated generation of test oracles from Javadoc documentation
Other
42 stars 21 forks source link

Use Randoop specification classes in Toradocu translator #164

Closed albertogoffi closed 7 years ago

albertogoffi commented 7 years ago

This pull request is to discuss the integration of Randoop specification classes into Toradocu translator component.

bjkeller commented 7 years ago

Am I understanding that you have removed the randoop classes from Toradocu and use Randoop as a dependency? This makes sense, though it probably would be better if the Randoop spec API was provided as a jar.

albertogoffi commented 7 years ago

Am I understanding that you have removed the randoop classes from Toradocu and use Randoop as a dependency? This makes sense, though it probably would be better if the Randoop spec API was provided as a jar.

That's correct. It'd be nice to have the Randoop spec API as a separate jar. However, for the moment we can include the Randoop jar as a dependency.

albertogoffi commented 7 years ago

@bjkeller Thank you for the comments. I'll address the doubts as soon as possible.