我试图在Eclipse Oxygen 4.7.2中为我的单元测试创建一个运行配置,但总是得到错误找不到类“junit.framework”。项目生成路径上的TestCase。配置向导如下所示:
其中“test”文件夹包含几个带有测试方法的.java文件(即带有“@test”标记的方法)。我要做什么才能让它工作?
gojuced71#
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>8</maven.compiler.target> <maven.compiler.source>8</maven.compiler.source> </properties>
将此添加到pom中。xml文件。然后右键单击您的项目,转到“Maven->updateProject”
1条答案
按热度按时间gojuced71#
将此添加到pom中。xml文件。然后右键单击您的项目,转到“Maven->updateProject”