在运行单元测试的同时使用 Spring Framework 测试视图?

发布于 2024-12-02 09:03:38 字数 139 浏览 1 评论 0原文

有没有办法在运行单元测试的同时测试 freemarker 中呈现的视图?如果 Freemarker 抛出异常,测试失败,那就太好了。

Rails 有一个功能,您可以在调用操作时渲染视图。有没有一种简单的方法来为 Spring 配置这种类型的行为?

Is there a way to test views rendered in freemarker at the same time I run my unit tests? It would be great if the test failed if Freemarker threw an exception.

Rails has a feature where you can render views whenever an action is called. Is there an easy way to configure this type of behavior for Spring too?

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

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

发布评论

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

评论(1

仙女山的月亮 2024-12-09 09:03:38

查看这篇博客文章。我们在 Velocity 模板中使用了这种方法并取得了巨大成功。看起来像此处 是一个工作代码示例。

它需要一些额外的类,例如 MockWebApplicationContextLoader,但可以很好地处理模拟请求。

Check out this blog post. We used this approach with great success for Velocity template. Looks like here is a working code example.

It requires few extra classes like MockWebApplicationContextLoader but works great with mocked requests.

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