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 testfx-junit5-4.0.16-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.testfx.framework.junit5
├─ org.testfx.framework.junit5.ApplicationAdapter.class - [JAR]
├─ org.testfx.framework.junit5.ApplicationExtension.class - [JAR]
├─ org.testfx.framework.junit5.ApplicationFixture.class - [JAR]
├─ org.testfx.framework.junit5.ApplicationTest.class - [JAR]
├─ org.testfx.framework.junit5.Init.class - [JAR]
├─ org.testfx.framework.junit5.Start.class - [JAR]
├─ org.testfx.framework.junit5.Stop.class - [JAR]