gpt4 book ai didi

java - 导入 org.junit.Test 不起作用但是导入之前和之后工作?

转载 作者:行者123 更新时间:2023-12-01 14:08:38 25 4
gpt4 key购买 nike

当我尝试 import org.junit.Test ,我遇到了The import org.junit.Test conflicts with a type defined in the same file错误。
我可以导入 BeforeAfter没有任何问题。
使用 @Test 时注释,Eclipse 无法识别它,所以不会让我以这种方式导入它。

进口:

import org.junit.Before;
import org.junit.After;
import org.junit.Test;

Maven 依赖:
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>

最佳答案

你能确保类文件名不是Test吗? ?
所以将测试类重命名为其他 名称应该有效。
通过“测试”词(如 MyServiceTest)结束测试类的最佳实践。
类似的问题曾多次回贴 here .

关于java - 导入 org.junit.Test 不起作用但是导入之前和之后工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29039347/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com