junit-dataprovider
junit-dataprovider copied to clipboard
A TestNG like dataprovider runner for JUnit with many additional features
junit-dataprovider
Have a look to this repositories Wiki pages for documenation, usage examples and further information.
Table of contents
- Home
- What is it
- Contributing
- Motivation, Distinction and FAQs
- Getting started
- Requirements
- Download
- Usage
- Version compatibility
- Migration guides
- Migration from v1 to v2
- Migration to JUnit5
- 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
Contributing
You are very welcome to contribute by providing a patch/pull request, see CONTRIBUTING.md for details.

