Constant Field Values

Contents

randoop.*

randoop.compile.*

randoop.condition.*

randoop.contract.*

randoop.execution.*

randoop.generation.*

randoop.main.*

  • randoop.main.GenTests 
    Modifier and Type Constant Field Value
    private static final String command "gentests"
    private static final String commandGrammar "gentests OPTIONS"
    private static final String example "java randoop.main.Main gentests --testclass=java.util.Collections --testclass=java.util.TreeSet"
    private static final String input "One or more names of classes to test. A class to test can be specified via the `--testjar\', `--classlist\', or `--testclass\' options."
    private static final String NO_OPERATIONS_TO_TEST "There are no methods for Randoop to test. See diagnostics above. Exiting."
    private static final String output "Two JUnit test suites (each as one or more Java source files): an error-revealing test suite and a regression test suite."
    private static final String pitch "Generates unit tests for a set of classes."
    public static final String POSSIBLY_FLAKY_PREFIX " Possibly flaky: "
    private static final String summary "Uses feedback-directed random test generation to generate error-revealing tests and regression tests. "
    public static final @Identifier String TEST_METHOD_NAME_PREFIX "test"
    private static final String where "At least one of `--testjar\', `--classlist\', `--testclass\', or `--methodlist\' is specified."
  • randoop.main.Minimize 
    Modifier and Type Constant Field Value
    private static final String SUFFIX "Minimized"
  • randoop.main.RandoopBug 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -5508231959912731870L
  • randoop.main.RandoopClassNameError 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -3625971508842588810L
  • randoop.main.RandoopCommandError 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • randoop.main.RandoopUsageError 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L

randoop.operation.*

  • randoop.operation.randoop.operation.ArrayElementSet 
    Modifier and Type Constant Field Value
    private final int ARRAY 0
    private final int INDEX 1
    private final int VALUE 2
  • randoop.operation.OperationParseException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L

randoop.output.*

randoop.reflection.*

randoop.runtime.*

randoop.sequence.*

randoop.test.*

randoop.types.*

  • randoop.types.randoop.types.LazyParameterBound.LazyBoundException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 20190508L
  • randoop.types.RandoopTypeException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1777971534091630396L

randoop.util.*