How can I create tests in Android Studio?

后端 未结 12 2086
野的像风
野的像风 2020-11-27 10:38

Just downloaded Android Studio which is based off of the Intellij Idea.

How would one create tests?

I notice there is a option for create a Test Module but t

12条回答
  •  温柔的废话
    2020-11-27 10:56

    As of Android Studio 1.1, we've got official (experimental) support for writing Unit Tests (Roboelectric works as well).

    Source: https://sites.google.com/a/android.com/tools/tech-docs/unit-testing-support

提交回复
热议问题