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

6 lines
296 B
Plaintext

This package contains tests which need to access package-private members in the framework code.
To do this, the tests must be loaded in the same class loader as the classes which they are
testing. This package is loaded in the boot classpath.
Run these tests via AndroidTests -> FrameworkTests.