| Interface | Description |
|---|---|
| DataProviderMethodResolver |
Interface to be used to implement a dataprovider method resolver based on the test method.
|
| Class | Description |
|---|---|
| DataProviderFilter |
This custom
Filter filters test methods or even single dataprovider rows of a test class which is run by
DataProviderRunner. |
| DataProviderFrameworkMethod |
A special framework method that allows the usage of parameters for the test method.
|
| DataProviderRunner |
A custom runner for JUnit that allows the usage of TestNG-like dataproviders.
|
| DataProviders | |
| Placeholders |
Use this class to manipulate the generation/formatting of test method names.
|
| Enum | Description |
|---|---|
| UseDataProvider.ResolveStrategy |
| Annotation Type | Description |
|---|---|
| DataProvider |
Mark a method as a dataprovider used by a test method or use it directly at the test method and provide data via
DataProvider.value()
attribute. |
| UseDataProvider |
Annotate a test method for using it with a dataprovider.
|