am a766a8be: docs: add breadcrumbs to testing docs

* commit 'a766a8bee24b46fdeea2cc891e6ce202d906245f':
  docs: add breadcrumbs to testing docs
This commit is contained in:
Scott Main
2011-02-15 20:08:26 -08:00
committed by Android Git Automerger
5 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
page.title=Activity Testing
parent.title=Testing
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Content Provider Testing
parent.title=Testing
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Service Testing
parent.title=Testing
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Testing Fundamentals
parent.title=Testing
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=What To Test
parent.title=Testing
parent.link=index.html
@jd:body
<p>
As you develop Android applications, knowing what to test is as important as knowing how to