jar

org.bitbucket.wanikirtesh : sbnreporter_lite

Maven & Gradle

May 08, 2017
1 usages

This is a simple project which implements TestNG Report listener and produces elegant reports with various features

Table Of Contents

Latest Version

Download org.bitbucket.wanikirtesh : sbnreporter_lite JAR file - Latest Versions:

All Versions

Download org.bitbucket.wanikirtesh : sbnreporter_lite JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sbnreporter_lite-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.sbn.reports.utils

├─ com.sbn.reports.utils.AuthorDetails.class - [JAR]

├─ com.sbn.reports.utils.Platform.class - [JAR]

├─ com.sbn.reports.utils.Steps.class - [JAR]

├─ com.sbn.reports.utils.TestDirectory.class - [JAR]

├─ com.sbn.reports.utils.Utils.class - [JAR]

com.sbn.reports.selenium

├─ com.sbn.reports.selenium.CaptureScreen.class - [JAR]

com.sbn.reports.enums

├─ com.sbn.reports.enums.ExceptionDetails.class - [JAR]

com.sbn.reports.exceptions

├─ com.sbn.reports.exceptions.NXGReportException.class - [JAR]

├─ com.sbn.reports.exceptions.NXGReporterStepFailedException.class - [JAR]

com.sbn.reports.excel

├─ com.sbn.reports.excel.ExcelReports.class - [JAR]

com.sbn.reports

├─ com.sbn.reports.LogAs.class - [JAR]

├─ com.sbn.reports.ReportLabels.class - [JAR]

├─ com.sbn.reports.SBNReporter.class - [JAR]

com.sbn.reports.html

├─ com.sbn.reports.html.IndexPageWriter.class - [JAR]

├─ com.sbn.reports.html.ResourceFilesWriter.class - [JAR]

├─ com.sbn.reports.html.ResultPageWriter.class - [JAR]

com.sbn.reports.listners

├─ com.sbn.reports.listners.TestListener.class - [JAR]

Advertisement