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

Commit 1604ae64 authored by Joe Malin's avatar Joe Malin Committed by Android (Google) Code Review
Browse files

Merge "Testing Documentation in the Dev Guide tab"

parents c5d8f661 3e3fcf98
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
page.title=Testing Overview
@jd:body

<p>
    Android includes powerful tools for setting up and running test applications.
    Whether you are working in Eclipse with ADT or working from the command line, these tools
@@ -9,7 +8,7 @@ page.title=Testing Overview
</p>
<p>
    If you aren't yet familiar with the Android testing framework, please read the topic
    <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing and Instrumentation</a>
    <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>
    before you get started.
    For a step-by-step introduction to Android testing, try the <a
    href="{@docRoot}resources/tutorials/testing/helloandroid_test.html">Hello, Testing</a>
+364 −278

File changed.

Preview size limit exceeded, changes collapsed.

+320 −311

File changed.

Preview size limit exceeded, changes collapsed.

+24 −3
Original line number Diff line number Diff line
@@ -254,9 +254,30 @@
            <li><a href="<?cs var:toroot?>guide/topics/search/searchable-config.html">Searchable Configuration</a></li>
          </ul>
      </li>
      <li class="toggle-list">
           <div>
                <a href="<?cs var:toroot ?>guide/topics/testing/index.html">
                   <span class="en">Testing</span>
               </a> <span class="new">new!</span>
           </div>
           <ul>
              <li><a href="<?cs var:toroot?>guide/topics/testing/testing_android.html">
            <span class="en">Testing and Instrumentation</span></a>
            <span class="new">new!</span></li>
                <span class="en">Testing Fundamentals</span></a>
              </li>
              <li><a href="<?cs var:toroot?>guide/topics/testing/activity_testing.html">
                <span class="en">Activity Testing</span></a>
              </li>
              <li><a href="<?cs var:toroot ?>guide/topics/testing/contentprovider_testing.html">
                <span class="en">Content Provider Testing</span></a>
              </li>
              <li><a href="<?cs var:toroot ?>guide/topics/testing/service_testing.html">
                <span class="en">Service Testing</span></a>
              </li>
              <li><a href="<?cs var:toroot ?>guide/topics/testing/what_to_test.html">
                <span class="en">What To Test</span></a>
              </li>
           </ul>
      </li>
    </ul>
  </li>

+392 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading