Randoop is a unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format.
covered-class- subproject for Java agent (load-time bytecode rewriting)replacecall- subproject for Java agent (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, includingdistribution- resource files for creating the distribution zip filedocs- documentation, including the manual and resourcesjavadoc- resource files for creating API documentationmain- Randoop source codesystemTest- 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.
Each directory has a java/ subdirectory containing Java source and
possibly a resources/ subdirectory containing other files.