Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7213b102 authored by Mary Yanchar's avatar Mary Yanchar Committed by android-build-merger
Browse files

Small change for new sample test code am: acb3eb39

am: be341719

Change-Id: I65098de4c99176ae306acd5e4c2691af42febd3a
parents 7214cdc6 be341719
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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