gpt4 book ai didi

Java-Junit/断言失败错误 : No test in XXX

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

我遇到下一个问题:

junit.framework.AssertionFailedError: No tests found in TestT

据我在网上看到的,当测试方法之前没有@Test时,就会出现此问题。所以,我添加了它:

@SuppressWarnings("deprecation")
@Test
public void dateSimpleTest(){
....
}

但它仍然给我同样的错误。我还导入下一个:

import junit.framework.*;
import org.junit.Test;

可能是什么问题?

最佳答案

尝试重命名您的测试方法。测试方法的名称以“test”开头,例如“testDateSimple”。

关于Java-Junit/断言失败错误 : No test in XXX,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10280957/

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