tree: cb5b7fb5e75fa47ee0ec75551c4e50ef3a96e29e [path history] [tgz]
  1. src/
  2. .bazelversion
  3. BUILD
  4. maven_install.json
  5. MODULE.bazel
  6. README.md
  7. WORKSPACE
examples/android_local_test/README.md

Robolectric test example using android_local_test

To run the Robolectric test in this workspace:

$ bazel test //src/test:main_activity_test

Roboelectric tests in Bazel requires special setup to generate a file called robolectric-deps.properties, containing information about android-all jars and their locations. You can find this setup in the robolectric-bazel/bazel/BUILD.