DOC

net.sourceforge.javydreamercsw : randoop

Maven & Gradle

Dec 05, 2012

Randoop · Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions that capture the behavior or your program and that catch bugs. Randoop has created tests that find previously unkwon errors even in widely-used libraries including Sun and IBM's JDKs. A .NET version of Randoop, used internally at Microsoft, has been used successfully by a team of test engineers to find errors in a core .NET component that has been heavily tested for years. Randoop's combination of randomized test generation and test execution results in a highly effective test generation technique.

Table Of Contents

Latest Version

Download net.sourceforge.javydreamercsw : randoop Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sourceforge.javydreamercsw : randoop Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file randoop-1.3.2-javadoc.jar to randoop-1.3.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder randoop-1.3.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "randoop-1.3.2-sources.jar" -d "randoop-1.3.2-javadoc" -subpackages