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 runner-report-2021.25.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.avito.android.runner.report
├─ com.avito.android.runner.report.LegacyReport.class - [JAR]
├─ com.avito.android.runner.report.Report.class - [JAR]
├─ com.avito.android.runner.report.ReportFactory.class - [JAR]
├─ com.avito.android.runner.report.ReportFactoryImpl.class - [JAR]
├─ com.avito.android.runner.report.ReportViewerConfig.class - [JAR]
├─ com.avito.android.runner.report.TestAttempt.class - [JAR]
├─ com.avito.android.runner.report.TestStatusFinalizer.class - [JAR]
com.avito.android.runner.report.internal
├─ com.avito.android.runner.report.internal.AvitoReport.class - [JAR]
├─ com.avito.android.runner.report.internal.InMemoryReport.class - [JAR]
├─ com.avito.android.runner.report.internal.OnlyLastExecutionMattersStrategy.class - [JAR]
├─ com.avito.android.runner.report.internal.ReportImpl.class - [JAR]
├─ com.avito.android.runner.report.internal.TestAttemptsAggregateStrategy.class - [JAR]