IntellJ IDEAidea启动测试类报错Error running 'Test1.test': Command line is too long. Shorten comma(代
Posted Angel挤一挤
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IntellJ IDEAidea启动测试类报错Error running 'Test1.test': Command line is too long. Shorten comma(代相关的知识,希望对你有一定的参考价值。
idea启动测试类报错
Error running \'Test1.test\': Command line is too long. Shorten command line for Test1.test or also for JUnit default configuration.
注意:
最简单的方法,就是你重新创建一个新的测试类,在里面重新写一遍测试方法,代码都可以粘贴过去。
解决方法:
1.打开本项目的.idea文件夹,找到文件夹中的workspace.xml文件
2.搜索
PropertiesComponent
3.在这个父级结构中添加
<property name="dynamic.classpath" value="true" />
4.保存以后 右键测试方法,查看效果,如果依旧有 问题,则设置
5.效果如下
以上是关于IntellJ IDEAidea启动测试类报错Error running 'Test1.test': Command line is too long. Shorten comma(代的主要内容,如果未能解决你的问题,请参考以下文章
启动boot spring 测试类报找不到jar错,而这个包是自己新建的包