I am new to learning TestNG. I followed these steps:
- I have created testng class
- @Test(dataProvider="registerData")
- I wrote a method with four arguments and
- @DataProvider
- Call data provider
Then the error below pops up:
TestNG java.lang.NoClassDefFoundError: com/google/common/primitives/Ints
I am using Eclipse Luna Release 2 (4.4.2), Window 7