Releases: linkrope/dunit
Releases · linkrope/dunit
0.10.2
23 Dec 10:37
Compare
Sorry, something went wrong.
No results found
Fix #35 : Avoid deprecation warning for body
0.10.1
19 May 20:43
Compare
Sorry, something went wrong.
No results found
Fixed #34 : Replace deprecated approxEqual with isClose.
0.10.0
29 Dec 16:27
Compare
Sorry, something went wrong.
No results found
Added attributes:
@DisabledIf, @EnabledIf
@DisabledIfEnvironmentVariable, @EnabledIfEnvironmentVariable
@DisabledOnOs, @EnabledOnOs
0.9.3
11 Jul 22:07
Compare
Sorry, something went wrong.
No results found
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
15 Mar 18:10
Compare
Sorry, something went wrong.
No results found
Fix #28 : write file and line in hyperlink format (file:line)
0.9.1
23 Feb 12:25
Compare
Sorry, something went wrong.
No results found
0.9.0
08 Apr 20:25
Compare
Sorry, something went wrong.
No results found
enhancement #17 :
added option to provide a test-suite name for the JUnit-style XML test report
0.8.2
28 Jan 17:07
Compare
Sorry, something went wrong.
No results found
fixed issue #15 : Create folder(s) for report argument
0.8.1
05 Sep 22:02
Compare
Sorry, something went wrong.
No results found
made assertTrue and assertFalse more flexible
added assertIn and assertNotIn
Switch to JUnit 5
31 Aug 19:46
Compare
Sorry, something went wrong.
No results found
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