Skip to content

Releases: jthywiss/BevoTest

v1.7: Handle null elements in ThreadGroup.enumerate return value

13 Jan 21:56
Compare
Choose a tag to compare

Bug fix: Handle null elements in ThreadGroup.enumerate return value

v1.6: Handle null values in PlaintextTestReporter.formatEnum & Don't setDaemon on live threads.

25 Sep 15:48
Compare
Choose a tag to compare

Handle null values in PlaintextTestReporter.formatEnum.
Bug fix: Don't setDaemon on live threads.

v1.5: Wait longer for thread stop on timeout & report unevaluated test results correctly

25 Sep 15:47
Compare
Choose a tag to compare
Wait longer for thread stop on timeout.  Report now robust to unevalu…

v1.4: Don't show stack if expected Throwable thrown & fix bug in evaluating test case that expected null or throw.

25 Sep 15:47
Compare
Choose a tag to compare
Fixed bug in evaluating test case that expected null or throw.

In one line report format, don't show stack if expected Throwable thrown.

v1.3: Differentiate between daemon and user threads when checking for timeout

25 Sep 15:45
Compare
Choose a tag to compare
BevoTest now differentiates between daemon and user threads when chec…

v1.2: Improve robustness to hang/infinite loops & prettier reporting of nulls

25 Sep 15:44
Compare
Choose a tag to compare
  • Improve robustness to hang/infinite loops in code under test.
  • Different exception for null item under test vs. regular NPE.
  • Don't show stack trace for null item under test in one line report style.

v1.1: Only log the first exception thrown

25 Sep 15:43
Compare
Choose a tag to compare
Discard attempts to log exceptions after an initial exception is logged

v1.0: Initial release

25 Sep 15:42
Compare
Choose a tag to compare
Add JARdescs to project; Comment change