j

jgotesting

JUnit-compatible testing tool inspired by Go's testing package
https://gitlab.com/tastapod/jgotesting
The BSD 3-Clause License
Dan North
Files download
File Operation
jgotesting-0.7.jar download
jgotesting-0.7.pom download
jgotesting-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jgotesting</groupId>
  <artifactId>jgotesting</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'org.jgotesting:jgotesting:0.7'
Gradle Kotlin
implementation("org.jgotesting:jgotesting:0.7")
Scala SBT
libraryDependencies += "org.jgotesting" % "jgotesting" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.jgotesting', module='jgotesting', version='0.7')
)
Apache Ivy
<dependency org="org.jgotesting" name="jgotesting" rev="0.7" />
Leiningen
[org.jgotesting/jgotesting "0.7"]
Apache Buildr
'org.jgotesting:jgotesting:jar:0.7'
Dependencies

compile

|-- junit:junit:4.11