gpt4 book ai didi

我应该使用哪个 assertEquals JUnit?

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

这个问题在这里已经有了答案:





differences between 2 JUnit Assert classes

(6 个回答)


7年前关闭。




我用

assertEquals(String, String)

在 JUnit 测试中。 Netbeans(或者是 Maven?)建议我添加以下之一的导入:
org.junit.assert.assertEquals
junit.framework.assert.assertEquals
junit.framework.testcase.assertEquals

我应该使用哪一种,为什么?

编辑:

与问题 differences between 2 JUnit Assert classes 相比这个问题列出了三个可能的进口,而另一个问题列出了两个。

最佳答案

Do not use any classes in junit.framework or junit.extensions



套餐 junit.framework.*在 JUnit 3 中使用。

套餐 org.junit.*在 JUnit 4 中使用。

关于我应该使用哪个 assertEquals JUnit?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21671527/

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