. The changelog appears below.
-Mike
Version 4.2.0, released August 22, 2019
Randoop supports Java 11 (and still supports Java 8).
Randoop reports methods under test that may be nondeterministic or dependent on side-effected global state. New command-line option `--nondeterministic-methods-to-output` controls how many suspicious
methods Randoop reports.
Randoop builds in a set of omitted methods that are nondeterministic or long-running.
Randoop produces more assertions, by calling observer methods. This only works if you supply the `--side-effect-free-methods` command-line argument.
New command-line arguments:
* `--testjar`, `--omit-classes`, and `--omit-classes-file` make it easy to test all classes in a .jar file.
* `--jvm-max-memory` indicates how much memory to use when starting a new JVM.
Command-line argument changes:
* the `--omit-methods-file` argument can be repeated
* default for `--flaky-test-behavior` argument changed from HALT to OUTPUT
* renamed `--print-erroneous`-file to `--print-non-compiling-file`