OSDN Git Service

Small change for new sample test code
authorMary Yanchar <myanchar@google.com>
Wed, 14 Sep 2016 22:33:29 +0000 (15:33 -0700)
committerScott Main <smain@google.com>
Mon, 19 Sep 2016 22:38:15 +0000 (22:38 +0000)
Making a very small change to mention the example instrumented tests,
since the new code now matches the setup described in this tutorial.

Bug: 28932254
Change-Id: I1bcaa858a1e51609f0ab2863e2738f7aed96c01a

docs/html/training/testing/unit-testing/instrumented-unit-tests.jd

index df8b1bc..dc94bdf 100644 (file)
@@ -53,8 +53,9 @@ you choose, to simulate any dependency relationships.</p>
 
 <p>In your Android Studio project, you must store the source files for
 instrumented tests at
-<code><var>module-name</var>/src/androidTests/java/</code>. This directory
-already exists when you create a new project.</p>
+<code><var>module-name</var>/src/androidTest/java/</code>. This directory
+already exists when you create a new project and contains an example
+instrumented test.</p>
 
 <p>Before you begin, you should
   <a href="{@docRoot}tools/testing-support-library/index.html#setup">download