Last Version

CTRL4TestNG: Current Test Result Logger for TestNG 1.1

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.

License

License

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

io.github.mfulton26.ctrl4testng
ArtifactId

ArtifactId

ctrl4testng
Version

Version

1.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://mfulton26.github.io/ctrl4testng/
Source Code Management

Source Code Management

https://github.com/mfulton26/ctrl4testng

Download ctrl4testng 1.1


<!-- https://jarcasting.com/artifacts/io.github.mfulton26.ctrl4testng/ctrl4testng/ -->
<dependency>
    <groupId>io.github.mfulton26.ctrl4testng</groupId>
    <artifactId>ctrl4testng</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mfulton26.ctrl4testng/ctrl4testng/
implementation 'io.github.mfulton26.ctrl4testng:ctrl4testng:1.1'
// https://jarcasting.com/artifacts/io.github.mfulton26.ctrl4testng/ctrl4testng/
implementation ("io.github.mfulton26.ctrl4testng:ctrl4testng:1.1")
'io.github.mfulton26.ctrl4testng:ctrl4testng:jar:1.1'
<dependency org="io.github.mfulton26.ctrl4testng" name="ctrl4testng" rev="1.1">
  <artifact name="ctrl4testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mfulton26.ctrl4testng', module='ctrl4testng', version='1.1')
)
libraryDependencies += "io.github.mfulton26.ctrl4testng" % "ctrl4testng" % "1.1"
[io.github.mfulton26.ctrl4testng/ctrl4testng "1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.10
org.testng : testng jar 6.8.17
com.google.guava : guava jar 18.0

test (4)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
org.mockito : mockito-core jar 1.10.19
com.google.truth : truth jar 0.25
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.