TestNG 错误 在类路径中找不到类
我正在尝试通过命令行运行testng,我在classpath中有以下事情:
-
testng
jar、已编译测试用例文件的 jar 和其他必需的 jar。 -
testng.xml
指向层次结构中的相应类。
Testng 不运行,而是抛出:
[TestNG] [ERROR] Cannot find class in classpath: (name of testcase file)
我之前遇到过同样的问题,我只是添加了。
在里面,它解决了问题。但这一次,它似乎并没有解决它。有什么解决方法吗?提前致谢。classpath