タグ

ブックマーク / robolectric.org (1)

  • Robolectric

    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. Robolectric is a framework that brings fast and reliable unit tests to Android. Tests run inside the JVM on your workstation in seconds. With Robolectric you can write tests like this: @RunWith(RobolectricTestRunner.cl

    jumperson
    jumperson 2017/01/11
    Androidのテストライブラリ。Activityのテストとかできそう。試してみたい。
  • 1