Android Maven 项目中的实现 Robotium

发布于 2024-11-10 01:19:18 字数 454 浏览 5 评论 0原文

我使用 android-quickstart-archetype 创建了 Android Maven 项目 ( https://github .com/akquinet/android-archetypes/wiki/android-quickstart-archetype

我需要使用 Robotium ( http://code.google.com/p/robotium/ ) GUI 单元测试库。

我在 pom.xml 中添加了依赖项。

我如何在我的项目中实现这个库。有人可以帮助我吗?

I created Android Maven Project with android-quickstart-archetype ( https://github.com/akquinet/android-archetypes/wiki/android-quickstart-archetype )

I need to use Robotium ( http://code.google.com/p/robotium/ ) GUI Unit testing library.

I added dependencies in pom.xml.

How can i implement this library in my project. Can anybody helps me?

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

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

发布评论

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

评论(2

恍梦境° 2024-11-17 01:19:18

要在 Android Maven 项目中实现 Robotium,您需要:

  1. 在 pom.xml 中添加依赖项。您可以在此处获取依赖项: http://code.google.com/p/robotium/wiki /Maven

  2. 使用 android-with-test 原型。 https://github.com/akquinet/android-archetypes/wiki /android-with-test-archetype

To implement Robotium in Android Maven project you need to:

  1. Add dependency in pom.xml. Dependensy you can get here: http://code.google.com/p/robotium/wiki/Maven

  2. Use android-with-test archetype. https://github.com/akquinet/android-archetypes/wiki/android-with-test-archetype

终难遇 2024-11-17 01:19:18

来自链接

开始使用

...

当您创建新测试时
您需要添加 Robotium 的项目
jar 到构建路径。在 Eclipse 中
通过右键单击测试来完成
项目-->属性--> Java构建
路径-->添加(外部)Jar。

基本上,要让库在项目中运行,您只需将 jar 添加到类路径即可。

From the link:

Getting started

...

When you have created a new test
project you need to add the Robotium
jar to the build path. In Eclipse that
is done by right clicking on the test
project --> Properties --> Java Build
Path --> Add (external) Jar.

Basically, to get the library running in your project, you simply need to add the jar to the classpath.

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