java junit4-JUnit测试报 No socket available 错误

Posted 后生可畏-呵呵

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java junit4-JUnit测试报 No socket available 错误相关的知识,希望对你有一定的参考价值。

问题描述

JUnit测试报 No socket available 错误

Eclipse进行JUnit测试时,总弹出 No socket available 窗口,导致测试不能进行。

解决方案一:

打开run configurations__让后勾选keep junit running after a test run when debugging ,希望对你有帮助!

解决方案二:

Junit占用socket没有正常释放,在cmd中输入以下指令
netsh winsock reset
重启电脑生效,我的就是这样解决的。



以上是关于java junit4-JUnit测试报 No socket available 错误的主要内容,如果未能解决你的问题,请参考以下文章

使用Junit单元测试报错“No runnable methods“

使用Junit单元测试报错“No tests found matching Method test01(Test01) from ClassRequest@5387f9e0“

在Linux中执行sed命令报错“-bash: s/test/big: No such file or directory“

JUnit-JUnit测试报“No JUnit tests found”错误

在Linux中执行sed命令报错“-bash: s/test/big: No such file or directory“

解决:java.io.IOException: No FileSystem for scheme: hdfs