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.4.jar download
jgotesting-0.4.pom download
jgotesting-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jgotesting</groupId>
  <artifactId>jgotesting</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'org.jgotesting:jgotesting:0.4'
Gradle Kotlin
implementation("org.jgotesting:jgotesting:0.4")
Scala SBT
libraryDependencies += "org.jgotesting" % "jgotesting" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jgotesting', module='jgotesting', version='0.4')
)
Apache Ivy
<dependency org="org.jgotesting" name="jgotesting" rev="0.4" />
Leiningen
[org.jgotesting/jgotesting "0.4"]
Apache Buildr
'org.jgotesting:jgotesting:jar:0.4'
Dependencies

compile

|-- junit:junit