Merge "docs: Fixed broken links to unit testing samples. bug: 24237555" into mnc-docs
This commit is contained in:
@@ -27,7 +27,7 @@ trainingnavtop=true
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/googlesamples/android-testing/tree/master/unittesting/BasicUnitAndroidTest"
|
<a href="https://github.com/googlesamples/android-testing/tree/master/unit/BasicUnitAndroidTest"
|
||||||
class="external-link">Instrumented Unit Tests Code Samples</a></li>
|
class="external-link">Instrumented Unit Tests Code Samples</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ trainingnavtop=true
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/googlesamples/android-testing/tree/master/unittesting/BasicSample"
|
<a href="https://github.com/googlesamples/android-testing/tree/master/unit/BasicSample"
|
||||||
class="external-link">Local Unit Tests Code Samples</a></li>
|
class="external-link">Local Unit Tests Code Samples</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -234,7 +234,7 @@ To learn more about using the Mockito framework, see the
|
|||||||
<a href="http://site.mockito.org/mockito/docs/current/org/mockito/Mockito.html"
|
<a href="http://site.mockito.org/mockito/docs/current/org/mockito/Mockito.html"
|
||||||
class="external-link">Mockito API reference</a> and the
|
class="external-link">Mockito API reference</a> and the
|
||||||
{@code SharedPreferencesHelperTest} class in the
|
{@code SharedPreferencesHelperTest} class in the
|
||||||
<a href="https://github.com/googlesamples/android-testing/tree/master/unittesting/BasicSample"
|
<a href="https://github.com/googlesamples/android-testing/tree/master/unit/BasicSample"
|
||||||
class="external-link">sample code</a>.
|
class="external-link">sample code</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user