t

th-junit4

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
http://junit.org
The Apache License, Version 2.0 Eclipse Public License 1.0
JUnit
Linsong Wang
Files download
File Operation
th-junit4-4.12.jar download
th-junit4-4.12.pom download
th-junit4-4.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tascape.qa</groupId>
  <artifactId>th-junit4</artifactId>
  <version>4.12</version>
</dependency>
Gradle Groovy
implementation 'com.tascape.qa:th-junit4:4.12'
Gradle Kotlin
implementation("com.tascape.qa:th-junit4:4.12")
Scala SBT
libraryDependencies += "com.tascape.qa" % "th-junit4" % "4.12"
Groovy Grape
@Grapes(
  @Grab(group='com.tascape.qa', module='th-junit4', version='4.12')
)
Apache Ivy
<dependency org="com.tascape.qa" name="th-junit4" rev="4.12" />
Leiningen
[com.tascape.qa/th-junit4 "4.12"]
Apache Buildr
'com.tascape.qa:th-junit4:jar:4.12'