-
Notifications
You must be signed in to change notification settings - Fork 164
Home
Andreas Schmid edited this page Jul 4, 2019
·
20 revisions
Welcome to the JUnit dataprovider wiki!
A TestNG like dataprovider (see here) runner for JUnit having a simplified syntax compared to all the existing JUnit4 features.
For more information about why we have written this "plugin" for JUnit4 some time ago and a comparison to the various JUnit4 features, see Motivation, Distinction and FAQs.
You are very welcome to contribute by providing a patch/pull request. Please have a look to CONTRIBUTING.md and CODE-OF-CONDUCT.md.
For more information, see the following links or sidebar:
- Home
- Motivation, Distinction and FAQs
- Getting started
- Version compatibility
- Migration guides
-
Features
- Array syntax
- String syntax
- Iterable syntax
- Custom dataprovider method resolvers
- Change
@DataProvider
location - Varargs support
@BeforeClass
support (JUnit4 only)- Customize test method name
- Access
FrameworkMethod
in@DP
- Utility methods
- Convention over configuration
- Kotlin support
- OSGi compatible
MANIFEST.MF
- Tips and Tricks
- Release Notes
- Eclipse Template