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