Skip to content

Releases: randoop/randoop

Randoop version 4.3.3

02 May 23:09
Compare
Choose a tag to compare

New technique, "Orienteering", favors sequences with lower number of method calls and cumulative execution time.

Randoop no longer builds under Java 8. It still runs under Java 8.

Randoop supports Java 20 (and still supports Java 8, Java 11, and Java 17).

Minor documentation improvements.

Randoop version 4.3.2

08 Jan 23:50
Compare
Choose a tag to compare

Randoop supports Java 19 (and still supports Java 8, Java 11, and Java 17).

Randoop version 4.3.1

14 Jul 01:05
Compare
Choose a tag to compare

Several bug fixes.

Minor documentation improvements.

Randoop version 4.3.0

31 Jan 22:37
Compare
Choose a tag to compare

Randoop supports Java 17 (and still supports Java 8 and Java 11).

Removed command-line argiments --omitmethods and --omitmethods-file,
which were deprecated two years ago.

Support escaping dollar sign from variable name.

(Corrected randoop-4.3.0.zip on 5/16/2022.)

Randoop version 4.2.7

17 Dec 20:46
Compare
Choose a tag to compare

New --test-package command-line option means to test all classes on the classpath within the given.

Randoop tests public static methods in classes that cannot be instantiated.

Fixed a problem when calling Randoop twice.

Minor documentation improvements.

Randoop version 4.2.6

04 May 03:57
Compare
Choose a tag to compare

Bug fixes. The most important are:

  • Fix NullPointerException that may occur when using JDK 8.
  • Use correct jar path for Windows hosts

Randoop version 4.2.5

02 Dec 21:21
Compare
Choose a tag to compare

New command-line options:

  • --clear_memory
  • --omit-classes-no-defaults

Randoop will call methods in noninstantiable classes.

Improved documentation about diagnosing when Randoop produces no tests

Better handling of Mockito-generated class files.

Randoop version 4.2.4

15 Jul 03:54
Compare
Choose a tag to compare

Bug fixes.
No user-visible behavior changes.

Randoop version 4.2.3

01 Apr 05:27
Compare
Choose a tag to compare

In generated tests, Randoop produces fewer verbose comments and uses better
assertion style (e.g., assertEquals rather than assertTrue).

Bug fixes.
One example is proper treatment of resource paths on Windows.

Randoop version 4.2.2

29 Feb 17:15
Compare
Choose a tag to compare

Implemented --omit-classes and --omit-classes-file command-line options.

Renamed command-line options:

  • --omitmethods => --omit-methods
  • --omitmethods-file => --omit-methods-file
  • --omit-fields-list => --omit-fields-file

The old versions still work temporarily.

Reduced default for --string-maxlen to 1000.

Bug fixes.