You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
316 B
8 lines
316 B
Tests that redefined dex files are stored in the appropriate classloader.
|
|
|
|
This test cannot run on the RI.
|
|
|
|
We use reflection with setAccessible(true) to examine the private internals of
|
|
classloaders. Changes to the internal operation or definition of
|
|
dalvik.system.BaseDexClassLoader might cause this test to fail.
|