TestNG java.lang.NoClassDefFoundError: com/google/common/primitives/Ints

后端 未结 3 575
忘掉有多难
忘掉有多难 2021-01-24 00:41

I am new to learning TestNG. I followed these steps:

  1. I have created testng class
  2. @Test(dataProvider=\"registerData\")
  3. I wrote a method with four
3条回答
  •  北荒
    北荒 (楼主)
    2021-01-24 01:40

    It seems below jar is not available in your classpath. com.google.guava_1.6.0.jar

    Download from the link below and add it to your classpath.

    com.google.guava_1.6.0.jar

提交回复
热议问题