djutils v2.1.6
Updates in djutils (base) project:
Addressed Issue #7
- removed
testSucceed()
method inTry
class for for unit tests - improved
testFail()
method inTry
class for unit tests - improved javadoc for
Try
class - improved unit tests for
Try
class
Solved an issue with the DecoderDumperTest
unit test; the test was dependent on a 'null' configuration of the CategoryLogger
, which meant that if another unit test had used the CategoryLogger
, the DecoderDumperTest
unit test would fail. DecoderDumperTest
is not not dependent on the CategoryLogger
anymore.