Skip to content
forked from randoop/randoop

Randoop is a unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format.

License

Notifications You must be signed in to change notification settings

varuniy/randoop

 
 

Repository files navigation

Randoop unit test generator for Java

Randoop is a unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format.

Learn about Randoop

Directory structure

  • 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 Maven
  • scripts - git hook scripts
  • src - source directories for Randoop, including
    • distribution - resource files for creating the distribution zip file
    • docs - documentation, including the manual and resources
    • javadoc - resource files for creating API documentation
    • main - Randoop source code
    • systemTest - source for Randoop system tests
    • test - source for JUnit tests of Randoop
    • testInput - 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.

About

Randoop is a unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.6%
  • HTML 5.1%
  • CSS 0.5%
  • Shell 0.3%
  • Perl 0.3%
  • M4 0.1%
  • Other 0.1%