-
Notifications
You must be signed in to change notification settings - Fork 157
Home
Andreas Schmid edited this page Aug 31, 2014
·
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 JUnit features. For more information about why we have written this "plugin" and comparison to the various JUnit features, see Motivation, Distinction and FAQs.
You are very welcome to contribute by providing a patch/pull request.
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
@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