docs: add breadcrumbs to testing docs

Change-Id: Ib2b3ef1871fba52b8f34513e9279acb98d26fb6c
This commit is contained in:
Scott Main
2011-02-15 18:02:55 -08:00
parent f2d5293844
commit a766a8bee2
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