Releases: linkrope/dunit
Releases · linkrope/dunit
0.10.2
Fix #35: Avoid deprecation warning for body
0.10.1
Fixed #34: Replace deprecated approxEqual
with isClose
.
0.10.0
Added attributes:
@DisabledIf
, @EnabledIf
@DisabledIfEnvironmentVariable
, @EnabledIfEnvironmentVariable
@DisabledOnOs
, @EnabledOnOs
0.9.3
- Fix #29: depend on undeaD, because there is no alternative for writing XML
- Change support for "fluent assertions" from unit-threaded to dshould
0.9.2
Fix #28: write file and line in hyperlink format (file:line)
0.9.0
- enhancement #17:
added option to provide a test-suite name for the JUnit-style XML test report
0.8.2
- fixed issue #15: Create folder(s) for report argument
0.8.1
- made
assertTrue
and assertFalse
more flexible
- added
assertIn
and assertNotIn
Switch to JUnit 5
- mimic JUnit 5
- support for tagging and filtering
- use one test object per test case
- added progressive XML output
- run unittest functions like @test functions
- support for approximately equal floating-point values
- support for TestNG's order of arguments
- support for unit-threaded's fluent assertions