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 testrail-junit-extensions-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.testrail.junit.customjunitxml.annotations
├─ com.testrail.junit.customjunitxml.annotations.Requirement.class - [JAR]
├─ com.testrail.junit.customjunitxml.annotations.TestRail.class - [JAR]
com.testrail.junit.customjunitxml
├─ com.testrail.junit.customjunitxml.EnhancedLegacyXmlReportGeneratingListener.class - [JAR]
├─ com.testrail.junit.customjunitxml.TestRailTestReporter.class - [JAR]
├─ com.testrail.junit.customjunitxml.TestRailTestReporterImpl.class - [JAR]
├─ com.testrail.junit.customjunitxml.TestRailTestReporterParameterResolver.class - [JAR]
├─ com.testrail.junit.customjunitxml.XmlReportData.class - [JAR]
├─ com.testrail.junit.customjunitxml.XmlReportWriter.class - [JAR]