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

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

am b3c310b6: am ba386b55: am f2c2be78: am d9e2c05d: am 0c3b894c: am 91070dc4:...

am b3c310b6: am ba386b55: am f2c2be78: am d9e2c05d: am 0c3b894c: am 91070dc4: Merge "docs: Added training docs for UI testing frameworks (Espresso, UI Automator)." into lmp-docs

* commit 'b3c310b6':
  docs: Added training docs for UI testing frameworks (Espresso, UI Automator).
parents 7c167023 b3c310b6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -391,7 +391,9 @@ onView(withId(R.id.changeTextBt)).perform(click());</pre>

  <p>
    To learn more about using Espresso, see the
    <a href="{@docRoot}reference/android/support/test/package-summary.html">API reference</a>.
    <a href="{@docRoot}reference/android/support/test/package-summary.html">API reference</a> and
    <a href="{@docRoot}training/testing/ui-testing/espresso-testing.html">
      Testing UI for a Single App</a> training.
  </p>

  <h3 id="UIAutomator">
@@ -531,7 +533,9 @@ allAppsButton.clickAndWaitForNewWindow();</pre>

  <p>
    To learn more about using UI Automator, see the
    <a href="{@docRoot}reference/android/support/test/package-summary.html">API reference</a>.
    <a href="{@docRoot}reference/android/support/test/package-summary.html">API reference</a> and
    <a href="{@docRoot}training/testing/ui-testing/uiautomator-testing.html">
      Testing UI for Multiple Apps</a> training.
  </p>

  <h2 id="setup">
+579 −0

File added.

Preview size limit exceeded, changes collapsed.

+76 −0

File added.

Preview size limit exceeded, changes collapsed.

+520 −0

File added.

Preview size limit exceeded, changes collapsed.

+18 −0

File changed.

Preview size limit exceeded, changes collapsed.