1.10.4
- !!!Breaking change!!! removing
@BeforeClass
support as it runs all@BeforeClass
methods while starting up JUnit even if no test from this method will be executed (#49, #64)- The breaking change affects you if you use the results of a
@BeforeClass
method within a dataprovider method.
- The breaking change affects you if you use the results of a
- fixed NPE if first argument is null having empty second varargs argument
- added convention for default dataprovider name to avoid explicit name in
@UseDataProvider
(#54)
Maven Central: v1.10.4