diff options
Diffstat (limited to 'tests/FrameworkTest/README')
-rw-r--r-- | tests/FrameworkTest/README | 8 |
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. + |