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 tiklab-teston-agent-server-1.0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.tiklab.teston.agent.app.utils
├─ io.tiklab.teston.agent.app.utils.AppiumClient.class - [JAR]
├─ io.tiklab.teston.agent.app.utils.AppiumDriverContext.class - [JAR]
├─ io.tiklab.teston.agent.app.utils.AppiumServer.class - [JAR]
├─ io.tiklab.teston.agent.app.utils.AppiumUtils.class - [JAR]
io.tiklab.teston.agent.web.utils
├─ io.tiklab.teston.agent.web.utils.SeleniumClient.class - [JAR]
├─ io.tiklab.teston.agent.web.utils.SeleniumDriverContext.class - [JAR]
├─ io.tiklab.teston.agent.web.utils.SeleniumUtils.class - [JAR]
io.tiklab.teston.agent.api.http.perf
├─ io.tiklab.teston.agent.api.http.perf.ApiPerfTestServiceImpl.class - [JAR]
io.tiklab.teston.agent.api.http.scene
├─ io.tiklab.teston.agent.api.http.scene.ApiSceneTestServiceImpl.class - [JAR]
io.tiklab.teston.agent.web.perf
├─ io.tiklab.teston.agent.web.perf.WebPerfTestServiceImpl.class - [JAR]
io.tiklab.teston.agent.web.scene
├─ io.tiklab.teston.agent.web.scene.WebSceneTestServiceImpl.class - [JAR]
io.tiklab.teston.agent.api.http.unit
├─ io.tiklab.teston.agent.api.http.unit.ApiUnitTestServiceImpl.class - [JAR]
io.tiklab.teston.agent.api.http.utils
├─ io.tiklab.teston.agent.api.http.utils.RestTemplateUtil.class - [JAR]
io.tiklab.teston.agent.app.perf
├─ io.tiklab.teston.agent.app.perf.AppPerfTestServiceImpl.class - [JAR]
io.tiklab.teston.agent.app.scene
├─ io.tiklab.teston.agent.app.scene.AppSceneTestServiceImpl.class - [JAR]
io.tiklab.teston.agent
├─ io.tiklab.teston.agent.EnableTestOnAgentServer.class - [JAR]
├─ io.tiklab.teston.agent.TestOnAgentServerAutoConfiguration.class - [JAR]