summaryrefslogtreecommitdiff
path: root/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/FixedGridLayoutTest.java
diff options
context:
space:
mode:
authorMuthu Ramadoss <muthu.ramadoss@gmail.com>2008-11-13 15:36:09 +0530
committerMuthu Ramadoss <muthu.ramadoss@gmail.com>2008-11-14 13:22:05 +0530
commit4dd550143e9b047c2c30d3d0ab3876e73ca0c36a (patch)
tree2218f2dc8527f36e3cbf6da2eb3e130895a53c2a /samples/FixedGridLayout/src/com/example/android/fixedgridlayout/FixedGridLayoutTest.java
parentbc4b026621340d4f817c7553cc947fda819c9a5b (diff)
ENHANCEMENT: activitycreator generates 'tests' project for instrumentation.
activitycreator script is enhanced to generate 'tests' project along with the main project. The current behavior of generating Activity is extended by generating ActivityTest in 'tests/src' folder. The 'tests' folder follows the example provided asis in 'ApiDemos'. ApiDemos was used as reference project to mimic the project layout for building tests using Instrumentation. From 'tests' project, type: "adb shell am instrument -w [your.package].tests/android.test.InstrumentationTestRunner" to run all tests using Android InstrumentationTestRunner. NOTE: 'tests' is a separate AndroidProject by all means. It has its own AndroidManifest.xml, build.xml, src, res etc., AMEND: Fixed style issues, javadoc Fixed build.template to generate tests/build.xml Removed build.tests.template since its obsolete now.
Diffstat (limited to 'samples/FixedGridLayout/src/com/example/android/fixedgridlayout/FixedGridLayoutTest.java')
0 files changed, 0 insertions, 0 deletions