You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a @factory on a constructor along with a data provider, the tests are run once for each provided set of data but the results in Eclipse are not separated by each set of provided data in the same way that they are when using a dataProvider on a test method.
Displayed results should be separated when using a data provider with a Factory/constructor.
When using a @factory on a constructor along with a data provider, the tests are run once for each provided set of data but the results in Eclipse are not separated by each set of provided data in the same way that they are when using a dataProvider on a test method.
Displayed results should be separated when using a data provider with a Factory/constructor.
Ported from testng-team/testng#555
The text was updated successfully, but these errors were encountered: