blob: d6d0042605c5dc396c886e2ca847b6164427fe55 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001FrameworkTestApplication should hold snippets of functionality that are
2helpful for testing the UI framework code, but not appropriate for
3sample code. For instance, a layout contrived to exercise an edge case
4of scrolling behavior.
5
6InstrumentationTestCases should be added under tests and added to the
7list of tests in FrameworkInstrumentationTestRunner.
8