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)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
- documentation, including the manual and resourcesjavadoc
- resource files for creating API documentationmain
- 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.