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

后端 未结 3 577
忘掉有多难
忘掉有多难 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:39

    The issue is known and already fixed (the fix will be available in the next version): https://github.com/cbeust/testng/pull/1086

    As workarround, you can downgrade your testng version or add Guava in your classpath.

提交回复
热议问题