
Robolectric
天涯飘雪
aaa
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Roboletric_Test-Drive Your Android Code
Running tests on an Android emulator or device is slow! Building, deploying, and launching the app often takes a minute or more. That’s no way to do TDD. There must be a better way. Wouldn’t it be ni转载 2012-11-01 09:10:28 · 1005 阅读 · 0 评论 -
Robolectric_配置时cannot find class 'org.junit.Test' on project build path的问题
解决方法: ake sure your eclipse environment is using JUnit 4. JUnit 3 doesn't make use of annotations (it uses the old extends TestCase style) There are few things to double check: Window > Preference转载 2012-11-01 10:39:31 · 4189 阅读 · 0 评论