我无法使用运行方式-> TestNG测试来运行testng类测试。 弹出错误提示:
启动[mytest]时遇到问题。
在“启动[mytest]”期间发生内部错误。字符串索引 超出范围:-2
但是,我可以使用-> TestNG Suite运行或使用mvn surefire插件成功运行testng xml文件套件:“ mvn test -DsuiteXmlFile = [mysuite] .xml”。
我的TestNG eclipse插件是6.14.0。
我的Eclipse版本是Mars Release(4.5.0)。
TestNG M2E软件已卸载。
我一直在寻找与较旧的TestNG版本(TestNG An internal error occurred during launching)类似的问题,因为此错误已在TestNG插件中得到解决。
怎么了?