Large amount of unit tests cause freezes with Failed Binder Transaction

后端 未结 2 1711
萌比男神i
萌比男神i 2021-02-06 17:45

I have about 400 unit tests that I have written for my Android application. If I run the tests package by package, everything works fine and all my tests pass. However, if I try

2条回答
  •  故里飘歌
    2021-02-06 18:21

    You might want to try running tests in your local JVM instead of deploying them to the emulator or a phone. Check out Robolectric for some help with that.

提交回复
热议问题