public class MultiDexUpdateTest extends android.test.ActivityInstrumentationTestCase2
Run the tests with: adb shell am instrument -w
com.android.framework.multidexlegacyversionedtestapp/android.test.InstrumentationTestRunner
Fields Summary
Constructors Summary
public MultiDexUpdateTest()
super(MainActivity.class);
Methods Summary
public void
testAllClassAvailable()
Tests that all classes of the application can be loaded. Verifies also that we load the
correct version of {@link Version} ie the class is the secondary dex file.