Object array containing all the given arguments, e.g.Object arrays, e.g.BasePlaceholder to handle DataProvider.format().arguments matches the given test methods parameterTypes and throws an Error
if not.DataProvider.value()s String
representation.data to its corresponding arguments using the provided information.data to its corresponding arguments using the provided information.data to its corresponding arguments using the provided information.data to its corresponding arguments using the given parameterTypes and other
provided information.Object to a List of Object[] with Classes correspond
to given parameterTypes.DataConverter to be used to convert from supported return types of any dataprovider to List
<Object[]> such that data can be further handled.DataProvider.value()
attribute.Filter filters test methods or even single dataprovider rows of a test class which is run by
DataProviderRunner.DataProviderFilter using the textual Filter.describe() of supplied Filter
to determine if a test method should run or not.FrameworkMethod extended with special attributes for using this test with a dataprovider.clazz.UseDataProvider.value().UseDataProvider annotation.String representation and separate it by comma (=
,).testMethod.String according to the
given index or range subscript (see DataProvider.format().String by searching all occurrences of the regular expression
supplied in the constructor and replaces them with the retrieved replacement from
BasePlaceholder.getReplacementFor(String).BasePlaceholder such that is contains the default placeholders
again.List if no such dataprovider method could
be found.List if no such dataprovider method could
be found.Iterable<?> can directly be returned from any dataprovider methodEnum class.TestGenerator to be used to generate all framework methods to be executed as test (enhanced by data
providers data if desired).TestValidator to be used to validate all test methods to be executed as test and all dataprovider to
be used to explode tests.dataProviderMethod is a valid dataprovider and adds a Exception to
errors if it
is not public,
is not static,
takes parameters, or
does return a convertible type, see DataConverter.canConvert(java.lang.reflect.Type)
testMethod is a valid test method depending on the dataprovider relevant annotation
@DataProvider and @UseDataProvider.