Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Android 上创建一个测试工具,它实际上是一个侦听某些广播并自动启动机器人测试的服务。
一旦服务接收到特定的广播,它将触发一个机器人测试用例。
但是,我找不到从 Activity、Service 或 BroadcastListener 启动 Robotium 测试用例的方法。我总是遇到 NoClassDefFounderror 的问题。
我个人的 Robotium 测试用例可以单独工作。我只需要一种从父应用程序“解雇”它们的方法。
You will have to use the startInstrumentation command.