diff --git a/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd b/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd index df8b1bc5c9a67..dc94bdf05502c 100644 --- a/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd +++ b/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd @@ -53,8 +53,9 @@ you choose, to simulate any dependency relationships.
In your Android Studio project, you must store the source files for
instrumented tests at
-module-name/src/androidTests/java/. This directory
-already exists when you create a new project.
module-name/src/androidTest/java/. This directory
+already exists when you create a new project and contains an example
+instrumented test.
Before you begin, you should download