-
Notifications
You must be signed in to change notification settings - Fork 157
Version compatibility
Andreas Schmid edited this page Dec 26, 2022
·
5 revisions
| junit-jupiter*-dataprovider | JUnit Jupiter | Java |
|---|---|---|
2.0 to 2.4
|
5.0.0-M6 to 5.3.2
|
>= 1.8 |
2.5 |
5.4.* |
>= 1.8 |
2.6 to 2.9
|
5.5.0 to 5.8.2
|
>= 1.8 |
>= 2.10
|
>= 5.9.0
|
>= 1.8 |
| junit-dataprovider | JUnit | Java |
|---|---|---|
1.* |
>= 4.8.2 |
>= 1.6 |
2.* |
>= 4.10 |
>= 1.6 |
Note: The Maven coordinates change from com.tngtech.java:junit-dataprovider:1.* from ``com.tngtech:junit4-dataprovider:2.*`.
| junit-dataprovider-core | JUnit | Java |
|---|---|---|
2.* |
n/a | >= 1.6 |
- Home
- Motivation, Distinction and FAQs
- Getting started
- Version compatibility
- Migration guides
-
Features
- Array syntax
- String syntax
- Iterable syntax
- Custom dataprovider method resolvers
- Change
@DataProviderlocation - Varargs support
@BeforeClasssupport (JUnit4 only)- Customize test method name
- Access
FrameworkMethodin@DP - Utility methods
- Convention over configuration
- Kotlin support
- OSGi compatible
MANIFEST.MF
- Tips and Tricks
- Release Notes
- Eclipse Template