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

Commit 1d0af87a authored by Mark Lu's avatar Mark Lu Committed by android-build-merger
Browse files

Merge \\\"docs: fixed \\\'@\\\' signs that were escaped improperly\\\" into...

Merge \\\"docs: fixed \\\'@\\\' signs that were escaped improperly\\\" into nyc-dev am: a7ce2996 am: 876f854c
am: 39c1ef4e

Change-Id: Ieb99aabbe3de3dac48c63fdc36007ae267d7314a
parents 0ce1875e 39c1ef4e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -188,9 +188,9 @@ The following section describes how to create a new Espresso test in the JUnit 4
{@code ActivityTestRule}</a> to reduce the amount of boilerplate code you need to write. By using
<a href="{@docRoot}reference/android/support/test/rule/ActivityTestRule.html">
{@code ActivityTestRule}</a>, the testing framework launches the activity under test
before each test method annotated with {@code &#64;Test} and before any method annotated with
{@code &#64;Before}. The framework handles shutting down the activity after the test finishes
and all methods annotated with {@code &#64;After} are run.</p>
before each test method annotated with <code>&#64;Test</code> and before any method annotated with
<code>&#64;Before</code>. The framework handles shutting down the activity after the test finishes
and all methods annotated with <code>&#64;After</code> are run.</p>

<pre>
package com.example.android.testing.espresso.BasicSample;