This PR changes the handling of data provider methods. Now they are configuration methods with 'BeforeMethod' flag and can be analyzed in report as every other TestNG method.
Fixes #215
Open tasks
[x] adjust existing integration tests
[x] adjust existing ReportNG tests
[x] add new tests
[x] add dependencies data provider <-> test method
[x] add test method name to data provider name as a (fake) argument to see which test methods used the data provider (data provider can use of more then one method)
Description
This PR changes the handling of data provider methods. Now they are configuration methods with 'BeforeMethod' flag and can be analyzed in report as every other TestNG method.
Fixes #215
Open tasks
add test method name to data provider name as a (fake) argument to see which test methods used the data provider(data provider can use of more then one method)Type of change
Please delete options that are not relevant.
Checklist: