| Class | Description |
|---|---|
| DataProviderFilter |
This custom
Filter filters test methods or even single data provider 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 data providers.
|
| Annotation Type | Description |
|---|---|
| DataProvider |
Mark a method as a data provider used by a test method.
|
| UseDataProvider |
Mark a test method for use with a data provider.
|