在 Spring Webflow 2.0 测试中访问 Errors 对象

发布于 2024-09-06 13:25:12 字数 181 浏览 4 评论 0原文

当 Spring Webflow 2.0 测试(继承自 AbstractXmlFlowExecutionTests)验证失败时,如何访问由 spring 创建的 Errors 对象?

我尝试使用 FormObjectAccessor.getCurrentFormErrors() 但无法获取对 RequestContext 的引用。

How do I access the Errors-object created by spring when validation fails from a Spring Webflow 2.0 test (inherits from AbstractXmlFlowExecutionTests)?

I tried using the FormObjectAccessor.getCurrentFormErrors() but I couldn't get a reference to the RequestContext.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风追烟花雨 2024-09-13 13:25:12

您想要访问错误的原因是什么?为验证方法编写单元测试不是更简单吗?

What is the reason you want to access the errors? Wouldn't it be simpler to write unit tests for your validation methods?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文