ServiceTestCase.getService?
我正在尝试在 android 上构建一个有效的 junit 测试套件。
由于我是 Junit 新手,我不知道如何使用 ServiceTestCase 类。
我不知道如何让 getService() 方法工作。它总是返回给我 null 。所以我决定通过startService启动它。它不起作用。
请你帮助我好吗 ?
谢谢
I'm trying to build a valid junit testing suite on android.
Since i'm new to Junit i can't figure out how to use the ServiceTestCase class.
I can't figure it out how to get the getService() method working. it ever returns me null . So i decided to start it via startService. It does not work.
Could you please help me ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是您测试服务所需的内容
我写了一些关于 Android 测试和测试驱动开发的文章,您可能会发现这些文章有用,请检查 http://dtmilano.blogspot.com/search/label/test%20driven%20development。
This is what you need to test your service
I've written some articles about Android testing and test driven development that you may find useful, check http://dtmilano.blogspot.com/search/label/test%20driven%20development.
接受的答案不再有效。
ATSL 链接
他们似乎忘记更新实际文档。
The accepted answer doesn't work any more.
ATSL link
It seems they forgot to update the actual documentation.