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

Commit a9bd0e52 authored by Quddus Chong's avatar Quddus Chong Committed by android-build-merger
Browse files

am 0c3b894c: am 91070dc4: Merge "docs: Added training docs for UI testing...

am 0c3b894c: am 91070dc4: Merge "docs: Added training docs for UI testing frameworks (Espresso, UI Automator)." into lmp-docs
automerge: 6a08de6f

* commit '6a08de6f':
  docs: Added training docs for UI testing frameworks (Espresso, UI Automator).
parents b4d5b320 6a08de6f
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.