报错如下:
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
解决
setting TestNG plugin in "Preferences" to not use the "project TestNG JAR" solved the problem
I hope this helps
解决自:https://github.com/cbeust/testng-eclipse/issues/91