今天在跑自动化测试案例的时候,因为案例的变量是字符串string类型的,结果自己没有把变量用引号包裹起来,故报异常,记录下来。以备后需
案例格式:
java异常:error while reading input message; nested exception is java.io.IOException: Stream closed
原文:https://www.cnblogs.com/ly503508239/p/14716179.html