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.
|
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.
|