Randoop is a unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format.
agent- subprojects for Java agents (load-time bytecode rewriting)devnotes- developer notes, including the change logdocs- the GitHub site contents, including the manual (Should not be edited)gradle- the Gradle wrapper directory (Should not be edited)lib- jar files for local copies of libraries not available via Mavenscripts- git hook scriptssrc- source directories for Randoop, includingcoveredtest- source for JUnit tests of the covered-class Java agentdistribution- resource files for creating the distribution zip filedocs- all editable documentation and resourcesjavadoc- resource files for creating docs/apimain- Randoop source codereplacecalltest- source for JUnit tests of the replacecall Java agentsystemtest- source for Randoop system teststest- source for JUnit tests of Randooptestinput- source for libraries used in Randoop testing
The source directories follow the conventions of the Gradle Java plugin, where each directory has a java subdirectory containing Java source, and, in some cases, a resources subdirectory containing other files.