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 selenium-java-toolkit-testNg-3.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
seleniumConsulting.ch.selenium.framework.listeners.testng
├─ seleniumConsulting.ch.selenium.framework.listeners.testng.AllureTestNg.class - [JAR]
├─ seleniumConsulting.ch.selenium.framework.listeners.testng.TestInstanceParameter.class - [JAR]
├─ seleniumConsulting.ch.selenium.framework.listeners.testng.WebTestAnnotationListener.class - [JAR]
org.testng.annotations
├─ org.testng.annotations.Test.class - [JAR]
├─ org.testng.annotations.TestInfo.class - [JAR]
├─ org.testng.annotations.TestUtil.class - [JAR]