Fix dependencies block in "Building Local Unit Tests"

Change-Id: I47c10cd7013bfacc8285d21fcae35c2a77621fcc
This commit is contained in:
Michal Bendowski
2015-09-28 11:21:18 +01:00
parent e25b3fa178
commit abe8ecf4ac

View File

@@ -72,7 +72,7 @@ dependencies {
// Set this dependency if you want to use Mockito // Set this dependency if you want to use Mockito
testCompile 'org.mockito:mockito-core:1.10.19' testCompile 'org.mockito:mockito-core:1.10.19'
// Set this dependency if you want to use Hamcrest matching // Set this dependency if you want to use Hamcrest matching
androidTestCompile 'org.hamcrest:hamcrest-library:1.1' testCompile 'org.hamcrest:hamcrest-library:1.1'
} }
</pre> </pre>
</li> </li>
@@ -299,4 +299,4 @@ command with the {@code --continue} option.</p>
<p>If there are failing tests, the command will display links to HTML reports (one per build <p>If there are failing tests, the command will display links to HTML reports (one per build
variant). You can find the generated HTML test result reports in the variant). You can find the generated HTML test result reports in the
{@code &lt;path_to_your_project&gt;/app/build/reports/tests/} directory, and the corresponding XML {@code &lt;path_to_your_project&gt;/app/build/reports/tests/} directory, and the corresponding XML
files in the {@code &lt;path_to_your_project&gt;/app/build/test-results/} directory.</p> files in the {@code &lt;path_to_your_project&gt;/app/build/test-results/} directory.</p>