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 integration-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fitbur.testify.integration.injector
├─ com.fitbur.testify.integration.injector.IntegrationIndexFakeInjector.class - [JAR]
├─ com.fitbur.testify.integration.injector.IntegrationNameFakeInjector.class - [JAR]
├─ com.fitbur.testify.integration.injector.IntegrationRealServiceInjector.class - [JAR]
├─ com.fitbur.testify.integration.injector.IntegrationTypeFakeInjector.class - [JAR]
com.fitbur.testify.integration
├─ com.fitbur.testify.integration.IntegrationTestCreator.class - [JAR]
├─ com.fitbur.testify.integration.IntegrationTestReifier.class - [JAR]
├─ com.fitbur.testify.integration.IntegrationTestVerifier.class - [JAR]