在这里,我在为android运行机器人测试用例时遇到了麻烦,它说j ava.lang.RuntimeException: java.lang.ClassCastException:com.test.MyTestRunner cannot be cast to com.xtremelabs.robolectric.internal.RobolectricTestRunnerInterface
注意我使用的是JUNIT 4.11 jar
我发现这个RobolectricTestInterface
不适用于JUUNIT 4.11
jar,所以我使用了旧版本,它可以完美地工作