I am actually trying to Run Randoop for my project. The name of the test classes that it generates are like RandoopTest*
I know the argument --junit-classname will set the base classname instead of RandoopTest.
But I would like to have the test class name with something related to my Class like MyClassTest. Is there a way to do it?