The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame^] | 1 | This package contains tests which need to access package-private members in the framework code. |
2 | To do this, the tests must be loaded in the same class loader as the classes which they are | ||||
3 | testing. This package is loaded in the boot classpath. | ||||
4 | |||||
5 | Run these tests via AndroidTests -> FrameworkTests. |