is not current version
Last Version 1.1

io.github.mfulton26.ctrl4testng:ctrl4testng 1.0

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.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

io.github.mfulton26.ctrl4testng
ArtifactId

ArtifactId

ctrl4testng
Version

Version

1.0
Type

Type

jar

Download ctrl4testng 1.0


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