License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.e-hoffman.testing |
ArtifactId | ArtifactIdTestNG-Extensions |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestNG-Extensions
Some simple extensions to testng for use with maven.
|
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/TestNG-Extensions/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>TestNG-Extensions</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestNG-Extensions/
implementation 'org.e-hoffman.testing:TestNG-Extensions:1.2.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestNG-Extensions/
implementation ("org.e-hoffman.testing:TestNG-Extensions:1.2.0")
'org.e-hoffman.testing:TestNG-Extensions:jar:1.2.0'
<dependency org="org.e-hoffman.testing" name="TestNG-Extensions" rev="1.2.0">
<artifact name="TestNG-Extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='TestNG-Extensions', version='1.2.0')
)
libraryDependencies += "org.e-hoffman.testing" % "TestNG-Extensions" % "1.2.0"
[org.e-hoffman.testing/TestNG-Extensions "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
eu.medsea.mimeutil : mime-util | jar | 2.1.3 |
cglib : cglib | jar | 2.2 |
org.e-hoffman.testing : DynamicModuleAPI | jar | 1.2.0 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.testng : testng | jar | 6.2 |
org.e-hoffman.testing : LogBackCapture | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
org.slf4j : log4j-over-slf4j | jar | 1.6.1 |
org.easytesting : fest-assert | jar | 1.4 |