Last Version

TestNG System.out printer 0.1

A Java TestNG Listener that prints test method names, millisecond timings, and outcomes to System.out as the tests are completed.

License

License

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

com.little-fluffy-clouds
ArtifactId

ArtifactId

testng-system-out-printer
Version

Version

0.1
Type

Type

jar
Description

Description

TestNG System.out printer
A Java TestNG Listener that prints test method names, millisecond timings, and outcomes to System.out as the tests are completed.
Project URL

Project URL

https://github.com/meh9/testng-system-out-printer
Project Organization

Project Organization

Mats Henrikson
Source Code Management

Source Code Management

https://github.com/meh9/testng-system-out-printer

Download testng-system-out-printer 0.1


<!-- https://jarcasting.com/artifacts/com.little-fluffy-clouds/testng-system-out-printer/ -->
<dependency>
    <groupId>com.little-fluffy-clouds</groupId>
    <artifactId>testng-system-out-printer</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.little-fluffy-clouds/testng-system-out-printer/
implementation 'com.little-fluffy-clouds:testng-system-out-printer:0.1'
// https://jarcasting.com/artifacts/com.little-fluffy-clouds/testng-system-out-printer/
implementation ("com.little-fluffy-clouds:testng-system-out-printer:0.1")
'com.little-fluffy-clouds:testng-system-out-printer:jar:0.1'
<dependency org="com.little-fluffy-clouds" name="testng-system-out-printer" rev="0.1">
  <artifact name="testng-system-out-printer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.little-fluffy-clouds', module='testng-system-out-printer', version='0.1')
)
libraryDependencies += "com.little-fluffy-clouds" % "testng-system-out-printer" % "0.1"
[com.little-fluffy-clouds/testng-system-out-printer "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

Project Modules

There are no modules declared in this project.