-
Notifications
You must be signed in to change notification settings - Fork 163
Home
Andreas Schmid edited this page Aug 15, 2014
·
20 revisions
A TestNG like dataprovider (see here) runner for JUnit having a simplified syntax compared to all the existing JUnit features.
- 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