Interface | Description |
---|---|
IMessage |
IMessages are messages created by Randoop during generation, to inform clients of any relevant
information; example messages are whether the generation has started or stopped, percentage done,
the names of any files created, or whether an error in the classes under test has been
discovered.
|
Class | Description |
---|---|
ClosingStream | |
CreatedJUnitFile |
A message indicating that Randoop created a specific JUnit file containing generated tests.
|
ErrorRevealed |
A message indicating that an error was revealed.
|
RandoopFinished |
A message indicating that Randoop is finished generating tests.
|
RandoopStarted |
A message indicating that Randoop has just started generating tests.
|