Skip to content

Releases: linkrope/dunit

0.10.2

23 Dec 10:37
Compare
Choose a tag to compare

Fix #35: Avoid deprecation warning for body

0.10.1

19 May 20:43
Compare
Choose a tag to compare

Fixed #34: Replace deprecated approxEqual with isClose.

0.10.0

29 Dec 16:27
2d5a5ee
Compare
Choose a tag to compare

Added attributes:

  • @DisabledIf, @EnabledIf
  • @DisabledIfEnvironmentVariable, @EnabledIfEnvironmentVariable
  • @DisabledOnOs, @EnabledOnOs

0.9.3

11 Jul 22:07
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Fix #28: write file and line in hyperlink format (file:line)

0.9.1

23 Feb 12:25
Compare
Choose a tag to compare

0.9.0

08 Apr 20:25
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • fixed issue #15: Create folder(s) for report argument

0.8.1

05 Sep 22:02
Compare
Choose a tag to compare
  • made assertTrue and assertFalse more flexible
  • added assertIn and assertNotIn

Switch to JUnit 5

31 Aug 19:46
Compare
Choose a tag to compare
  • 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