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

Commit f4692388 authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am 4f52b48d: Merge "docs: Fixed broken links to unit testing samples. bug: 24237555" into mnc-docs

* commit '4f52b48d':
  docs: Fixed broken links to unit testing samples. bug: 24237555
parents cafe8384 4f52b48d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ trainingnavtop=true

  <ul>
    <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>
  </ul>
</div>
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ trainingnavtop=true

  <ul>
    <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>
  </ul>
</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"
class="external-link">Mockito API reference</a> and 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>.
</p>