is not current version
Last Version 3.0.2

net.oneandone.testlinkjunit:tljunit-eclipse 3.0.0

Documents how to create a Testlink-XML file when running tests from Eclipse, see EclipseTest.java.

Categories

Categories

JUnit Unit Testing Net CLI User Interface
GroupId

GroupId

net.oneandone.testlinkjunit
ArtifactId

ArtifactId

tljunit-eclipse
Version

Version

3.0.0
Type

Type

jar

Download tljunit-eclipse 3.0.0


<!-- https://jarcasting.com/artifacts/net.oneandone.testlinkjunit/tljunit-eclipse/ -->
<dependency>
    <groupId>net.oneandone.testlinkjunit</groupId>
    <artifactId>tljunit-eclipse</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.testlinkjunit/tljunit-eclipse/
implementation 'net.oneandone.testlinkjunit:tljunit-eclipse:3.0.0'
// https://jarcasting.com/artifacts/net.oneandone.testlinkjunit/tljunit-eclipse/
implementation ("net.oneandone.testlinkjunit:tljunit-eclipse:3.0.0")
'net.oneandone.testlinkjunit:tljunit-eclipse:jar:3.0.0'
<dependency org="net.oneandone.testlinkjunit" name="tljunit-eclipse" rev="3.0.0">
  <artifact name="tljunit-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.testlinkjunit', module='tljunit-eclipse', version='3.0.0')
)
libraryDependencies += "net.oneandone.testlinkjunit" % "tljunit-eclipse" % "3.0.0"
[net.oneandone.testlinkjunit/tljunit-eclipse "3.0.0"]