DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.mfulton26.ctrl4testng : ctrl4testng Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file ctrl4testng-1.1-javadoc.jar to ctrl4testng-1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ctrl4testng-1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ctrl4testng-1.1-sources.jar" -d "ctrl4testng-1.1-javadoc" -subpackages 

Advertisement