gpt4 book ai didi

java - Assertequals 方法不起作用

转载 作者:行者123 更新时间:2023-12-01 17:49:54 27 4
gpt4 key购买 nike

 boolean   b = Testfactory.read_element_file(models).equals(ExcelUtils.readdata("Model Export.xlsx"));

SoftAssert ass = new SoftAssert();
ass.assertEquals(b, true);

在 boolean b 中,我在调试后比较两个列表,得到的 b 值为 false,但断言并未失败。 Junit 测试用例显示已通过。请查看随附的屏幕截图 here

最佳答案

SoftAssert 不会引发异常,来自 docs

When an assertion fails, don't throw an exception but record the failure. Calling assertAll() will cause an exception to be thrown if at least one assertion failed.

使用常规断言或调用assertAll()

关于java - Assertequals 方法不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51497295/

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