summaryrefslogtreecommitdiffstats
path: root/tests/FrameworkTest/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FrameworkTest/README')
-rw-r--r--tests/FrameworkTest/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FrameworkTest/README b/tests/FrameworkTest/README
new file mode 100644
index 0000000..d6d0042
--- /dev/null
+++ b/tests/FrameworkTest/README
@@ -0,0 +1,8 @@
+FrameworkTestApplication should hold snippets of functionality that are
+helpful for testing the UI framework code, but not appropriate for
+sample code. For instance, a layout contrived to exercise an edge case
+of scrolling behavior.
+
+InstrumentationTestCases should be added under tests and added to the
+list of tests in FrameworkInstrumentationTestRunner.
+