0

My requirement is to generate test cases automatically in JAVA, for which i was considering to use Randoop. Is there any urlfor downloading Randoop plugin for eclipse. I can't access eclipse market-place from my network. I tried downloading eclipse-plugin from github , but Randoop jar file is not present on it. How can I install this plugin ?

psingh
  • 64
  • 1
  • 13

3 Answers3

0

As you say, that link points to the source code.. Unfortunately I couldnt find link to the built jar file, in which case you would need to build it with Apache Ant. There is also a dependency:

plume.jar - (I think this is the source code for it.. https://github.com/mernst/plume-lib if so you'd need to build this into a jar first too!)

Once built and you have the jar, you can install it as described here: How to install plugin for Eclipse from .zip

Community
  • 1
  • 1
Pete
  • 1,500
  • 2
  • 16
  • 33
0

Since the Eclipse plugin is not currently supported from within Randoop, the only option to run Randoop from within Eclipse is as a stand-alone external tool.

vinegarbin
  • 120
  • 1
  • 7
0

If someone is interested in the old version of the eclipse plugin for randoop, I was able to set up an update site here: https://cs.unibg.it/gargantini/didattica/swtestandver/radoopeclipse.updateSite/ It uses an old version of randoop, we may work in the future to update the plugin with the new randoop.