gpt4 book ai didi

java - JUnit 没有给出关于 "errors"的信息

转载 作者:太空狗 更新时间:2023-10-29 22:43:08 25 4
gpt4 key购买 nike

我正在使用 Junit 4.4 和 Ant 1.7。如果测试用例因错误而失败(例如,因为方法抛出意外异常),我不会获得有关错误原因的任何详细信息。

我的 build.xml 看起来像这样:

<target name="test" depends="compile">
<junit printsummary="withOutAndErr" filtertrace="no" fork="yes" haltonfailure="yes" showoutput="yes">
<classpath refid="project.run.path"/>
<test name="a.b.c.test.TestThingee1"/>
<test name="a.b.c.test.NoSuchTest"/>
</junit>
</target>

当我运行“ant test”时,它说(例如)2 次测试运行,0 次失败,1 次错误。它没有说“没有像 NoSuchTest 这样的测试”,尽管这是完全合理的,并且可以让我找出错误的原因。

谢谢!

-丹

最佳答案

想通了:)

我需要在 junit block 中添加一个“格式化程序”。

<formatter type="plain" usefile="false" />

多么棒的 PITA。

-丹

关于java - JUnit 没有给出关于 "errors"的信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/327324/

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