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 mockito-extension-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
name.falgout.jeffrey.testing.junit.mockito
├─ name.falgout.jeffrey.testing.junit.mockito.CaptorParameterFactory.class - [JAR]
├─ name.falgout.jeffrey.testing.junit.mockito.MockParameterFactory.class - [JAR]
├─ name.falgout.jeffrey.testing.junit.mockito.MockitoExtension.class - [JAR]
├─ name.falgout.jeffrey.testing.junit.mockito.ParameterFactory.class - [JAR]