@dataProvider
A test method can accept arbitrary arguments. These arguments are to be provided by a data provider method (provider()
in Example 2.5). The data provider method to be used is specified using the @dataProvider
annotation.
See the section called “Data Providers” for more details.
Please login to continue.