Merge "docs: fixed '@' signs that were escaped improperly" into nyc-dev
This commit is contained in:
@@ -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
|
{@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">
|
<a href="{@docRoot}reference/android/support/test/rule/ActivityTestRule.html">
|
||||||
{@code ActivityTestRule}</a>, the testing framework launches the activity under test
|
{@code ActivityTestRule}</a>, the testing framework launches the activity under test
|
||||||
before each test method annotated with {@code @Test} and before any method annotated with
|
before each test method annotated with <code>@Test</code> and before any method annotated with
|
||||||
{@code @Before}. The framework handles shutting down the activity after the test finishes
|
<code>@Before</code>. The framework handles shutting down the activity after the test finishes
|
||||||
and all methods annotated with {@code @After} are run.</p>
|
and all methods annotated with <code>@After</code> are run.</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
package com.example.android.testing.espresso.BasicSample;
|
package com.example.android.testing.espresso.BasicSample;
|
||||||
|
|||||||
Reference in New Issue
Block a user