diff options
Diffstat (limited to 'tests/framework-tests/README')
-rw-r--r-- | tests/framework-tests/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/framework-tests/README b/tests/framework-tests/README new file mode 100644 index 0000000..7b46b25 --- /dev/null +++ b/tests/framework-tests/README @@ -0,0 +1,5 @@ +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. |