如何对电梯应用进行测试?

发布于 2024-08-08 21:07:29 字数 49 浏览 4 评论 0原文

如何进行测试?是否有类似 Rack::Test with ruby​​ 框架的东西?

How to do testing and is there something similar like Rack::Test with ruby frameworks?

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

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

发布评论

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

评论(3

画▽骨i 2024-08-15 21:07:29

您可以使用 Specs、ScalaTest 和 JUnit(以及任何其他 java 测试框架),新 wiki 上有一些示例。

阅读本文!

You can use Specs, ScalaTest and JUnit (and any other java test framework), theres some examples on the new wiki.

Read this!

因为看清所以看轻 2024-08-15 21:07:29

我对红宝石了解不多,所以可能不明白你的意思。但是 Jitr 又如何呢?

Jitr(发音为“jitter”)是一个 JUnit
集成测试运行器。
它允许您的网络应用程序
轻松运行集成测试
针对轻量级 Web 容器
与您的测试相同的 JVM。

您可以将其与 JUnit 4 的 @RunWith 注释一起使用。在 Scala 中:@RunWith(classOf[Jitr])

I don't know much about ruby, so maybe don't get your point. But what about Jitr?

Jitr (pronounced "jitter") is a JUnit
Integration Test Runner.
It allows your web application
integration tests to easily run
against a lightweight web container in
the same JVM as your tests.

You can use it with JUnit 4's @RunWith annotation. In Scala: @RunWith(classOf[Jitr]).

长梦不多时 2024-08-15 21:07:29

这可能会有所帮助,它位于 Lifts wiki 页面上。有使用 Junit、Scalatest 和 Specs 的示例。

如何:使用登录用户进行单元测试提升片段

This may be of help, it's on Lifts wiki pages. There are examples using Junit, Scalatest and and Specs.

How To: Unit test lift snippets with a logged in user

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