View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window android-junit4-robolectric-0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.uphyca.testing.tester.android.support.v4.app
├─ com.uphyca.testing.tester.android.support.v4.app.DelegatingFragmentProxy.class - [JAR]
com.uphyca.testing.proxy.android.support.v4.app
├─ com.uphyca.testing.proxy.android.support.v4.app.FragmentProxy.class - [JAR]
com.uphyca.testing.shadows
├─ com.uphyca.testing.shadows.CustomShadowDialogFragment.class - [JAR]
├─ com.uphyca.testing.shadows.CustomShadowFragment.class - [JAR]
├─ com.uphyca.testing.shadows.CustomShadowTimePicker.class - [JAR]
com.uphyca.testing
├─ com.uphyca.testing.ActivityInstrumentationTestCase2.class - [JAR]
├─ com.uphyca.testing.ActivityTestCase.class - [JAR]
├─ com.uphyca.testing.ActivityUnitTestCase.class - [JAR]
├─ com.uphyca.testing.AndroidJUnit4TestAdapter.class - [JAR]
├─ com.uphyca.testing.AndroidTestCase.class - [JAR]
├─ com.uphyca.testing.AndroidTestRunner.class - [JAR]
├─ com.uphyca.testing.DelegateFactory.class - [JAR]
├─ com.uphyca.testing.InstrumentationTestCase.class - [JAR]
├─ com.uphyca.testing.IsolatedAndroidTestCase.class - [JAR]
├─ com.uphyca.testing.Proxies.class - [JAR]
com.uphyca.testing.proxy.android.app
├─ com.uphyca.testing.proxy.android.app.ActivityProxy.class - [JAR]
com.uphyca.testing.app
├─ com.uphyca.testing.app.RobolectricInstrumentation.class - [JAR]
android.app
├─ android.app.ActivityTrojanHorse.class - [JAR]
com.uphyca.testing.tester.android.app
├─ com.uphyca.testing.tester.android.app.DelegatingActivityProxy.class - [JAR]
├─ com.uphyca.testing.tester.android.app.StubInstrumentation.class - [JAR]
com.uphyca.testing.support.v4
├─ com.uphyca.testing.support.v4.FragmentInstrumentation.class - [JAR]
├─ com.uphyca.testing.support.v4.FragmentTestCase.class - [JAR]
├─ com.uphyca.testing.support.v4.FragmentUnitTestCase.class - [JAR]
├─ com.uphyca.testing.support.v4.MockFragmentActivity.class - [JAR]