Reputation: 394
Currently I have a test class which has multiple methods all using the same data provider. Each time testng loops through the different methods, it recomputes the data provider method. Is there any way I can make the data provider run once?
Thanks!
Jason
Upvotes: 0
Views: 682