jar

io.github.mfulton26.ctrl4testng : ctrl4testng

Maven & Gradle

Feb 10, 2015
1 stars

CTRL4TestNG: Current Test Result Logger for TestNG · CTRL4TestNG provides an SLF4J Logger that can be used from any TestNG method tied to an ITestResult, namely Before, After, and Test annotations. Each separate method will have its own unique Logger and can be used with TestNG's parallel testing support making it clear which logs came from which method even when data-driven.

Table Of Contents

Latest Version

Download io.github.mfulton26.ctrl4testng : ctrl4testng JAR file - Latest Versions:

All Versions

Download io.github.mfulton26.ctrl4testng : ctrl4testng JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

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 ctrl4testng-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.mfulton26.ctrl4testng

├─ io.github.mfulton26.ctrl4testng.CTRL4TestNG.class - [JAR]

├─ io.github.mfulton26.ctrl4testng.Classes.class - [JAR]

├─ io.github.mfulton26.ctrl4testng.ForwardingLogger.class - [JAR]

├─ io.github.mfulton26.ctrl4testng.TestResultToLoggerNameFunction.class - [JAR]

Advertisement