1FrameworkTestApplication 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 9