Files
frameworks_base/tests/FrameworkTest/README
The Android Open Source Project 9066cfe988 auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00

9 lines
359 B
Plaintext

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.