Skip to content

Releases: TNG/junit-dataprovider

1.10.1

11 Aug 13:46
Compare
Choose a tag to compare
  • provide an OSGi compatible MANIFEST.MF (#50)

Maven Central: v1.10.1

1.10.0

14 Jul 19:28
Compare
Choose a tag to compare
  • fixed recognition of custom formatted test name starting with method name (#47)
  • Add support of varargs for test methods (#44)

Maven Central: v1.10.0

1.9.4

31 May 16:39
Compare
Choose a tag to compare
  • correct error message if @DataProvider is not static (#45)

Maven Central: v1.9.4

1.9.3

17 Feb 16:20
Compare
Choose a tag to compare
  • fixed filtering for newlines in test method description (#41)
  • avoid newlines in test method description by replacing them with their String counterparts (#42)

Maven Central: v1.9.3

1.9.2

17 Feb 16:20
Compare
Choose a tag to compare
  • added Travis builds for all supported junit-versions (#37)
  • @BeforeClass setup methods are executed before @DataProvider methods (#22)
  • allow widening conversions of primitive types automatically (#39)

Maven Central: v1.9.2

1.9.1

17 Feb 16:21
Compare
Choose a tag to compare
  • fixed exception if dollar ($) is contained in @DataProvider parameters (#34)
  • fixed bug that ClassRules does not work anymore for [JUnit][] > 4.8.2 (#35) (by reverting (#22))

Maven Central: v1.9.1

1.9.0

17 Feb 16:23
Compare
Choose a tag to compare

!!! Do not use this version as of (#34) and (#35), sorry for the inconvenience !!!

  • improved error messages (#31)
  • added some helpful utility methods (#21)
  • made test name customizable via @DataProvider#format() (#30)
  • executing @BeforeClass before @DataProvider methods (#22)
  • split README.md and use wiki instead (#32)

Maven Central: v1.9.0

1.8.0

17 Feb 16:25
Compare
Choose a tag to compare
  • added splitBy, convertNulls and `trimValuesparameter to@DataProvider`` (#24)
  • more fault tolerant filtering instead of explicitly maintain a black or white list (#27)
  • @DataProvider method can now optionally access corresponding FrameworkMethod via parameter (#28)

Maven Central: v1.8.0

1.7.0

17 Feb 16:26
Compare
Choose a tag to compare
  • implemented #20 to use @DataProvider directly providing test data for test method
  • support any type which have a single-argument String constructor for String[] dataprovider (#26)
  • removed some internal technical debts by refactoring (#23 and #25)

Maven Central: v1.7.0

1.6.0

17 Feb 16:27
Compare
Choose a tag to compare
  • fixed bug in fix #16 using IntelliJ (#18) with merge #19)
  • added support for List<List<Object>> besides Object[][] for languages with native List support (#17)

Maven Central: v1.6.0