Skip to content

Releases: TNG/JGiven

v1.0.0-RC7

26 Nov 05:46
Compare
Choose a tag to compare

seventh release candidate for JGiven.
Functionally equivalent to RC6
The binaries may be found here: https://search.maven.org/search?q=g:com.tngtech.jgiven%20AND%20v:1.0.0-RC7

v1.0.0-RC6

09 Nov 15:14
Compare
Choose a tag to compare

v0.18.2

07 Sep 10:15
Compare
Choose a tag to compare

Fixed Issues

  • Fixed the setName method introduced in v0.18.0 to correctly update the words in the report #386

v0.18.1

04 Sep 08:40
Compare
Choose a tag to compare

Exception handling changed for TestNG

When using TestNG, exceptions are not longer caught and suppressed until the end of a scenario.
This means that steps following a failed step are no longer shown in the scenario report.
This change was needed to ensure that TestNG reports the correct test status in case of an exception.

See PR #422 and Issue #312 for details.

Fixed Issues

  • Fix issue with @Pending(executeSteps = true) that marked a scenario as failed instead of pending #402
  • Make TestNG ScenarioTestListener work with parallel="tests" option #409

v0.18.0

30 Aug 14:41
Compare
Choose a tag to compare

New Features

  • The CurrentStep interface has a new method setName to change the name of a step programmatically #386

Fixed Issues

  • Fixed calculation of minimal thumbnail sizes #417

v0.17.1

20 Jan 12:50
Compare
Choose a tag to compare

Fixed Issues

  • Fix NPE when having @Disabled test in JUnit 5 #376

v0.17.0

10 Nov 11:43
Compare
Choose a tag to compare

New Features

  • Java 11 is supported now #370

Fixed Issues

  • Fixed an issue with JUnit 5 and parameterized tests to get the argument values #372

v0.16.1

22 Sep 11:36
Compare
Choose a tag to compare

New Features

  • First release of the Spock integration #358 (thanks to mustaine)
  • TestNG SkipExceptions are now recognized #355

Fixed Issues

  • Fixed a bug that prevented the use of the PowerMockRunner #365
  • Fixed a NPE that was thrown when the @Table annotations was used with an empty list #341

v0.16.0

20 May 16:24
Compare
Choose a tag to compare

New Features

  • Java 10 is supported now #345

Fixed Issues

  • Fixed an IllegalArgumentException when creating thumbnails for very small images #329 (thanks to maccluca)
  • Fixed NPE when using JUnit 5 and one test class has only disabled method #338
  • Fixed minor issue in JUnit 5 example that did not generate the HTML 5 report #340

Backwards Incompatible Changes

  • Java 6 is not supported anymore

v0.15.3

08 Oct 15:40
Compare
Choose a tag to compare

Fixed Issues

  • Removed usages of javax.xml.bind, so that JGiven can be used with Java 9 without hassle #324