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 corda-flow-test-utils-5.0.0-DevPreview-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.corda.testing.flow.internal
├─ net.corda.testing.flow.internal.FlowMockHelperImpl.class - [JAR]
net.corda.testing.flow
├─ net.corda.testing.flow.FlowMockHelper.class - [JAR]
net.corda.testing.flow.utils
├─ net.corda.testing.flow.utils.FlowMockUtils.class - [JAR]
├─ net.corda.testing.flow.utils.FlowTest.class - [JAR]