Releases: TNG/junit-dataprovider
Releases · TNG/junit-dataprovider
1.10.1
- provide an OSGi compatible
MANIFEST.MF
(#50)
Maven Central: v1.10.1
1.10.0
- 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
- correct error message if
@DataProvider
is not static (#45)
Maven Central: v1.9.4
1.9.3
- 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
- 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
- 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
!!! 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
- 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
- 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
- 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