u

uspekx-junit4

Micro tool for testing with syntax similar to Spek, but shorter.
https://github.com/mareklangiewicz/USpek
Apache-2.0
Marek Langiewicz
Files download
File Operation
uspekx-junit4-0.0.38.jar download
uspekx-junit4-0.0.38.pom download
uspekx-junit4-0.0.38-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.mareklangiewicz</groupId>
  <artifactId>uspekx-junit4</artifactId>
  <version>0.0.38</version>
</dependency>
Gradle Groovy
implementation 'pl.mareklangiewicz:uspekx-junit4:0.0.38'
Gradle Kotlin
implementation("pl.mareklangiewicz:uspekx-junit4:0.0.38")
Scala SBT
libraryDependencies += "pl.mareklangiewicz" % "uspekx-junit4" % "0.0.38"
Groovy Grape
@Grapes(
  @Grab(group='pl.mareklangiewicz', module='uspekx-junit4', version='0.0.38')
)
Apache Ivy
<dependency org="pl.mareklangiewicz" name="uspekx-junit4" rev="0.0.38" />
Leiningen
[pl.mareklangiewicz/uspekx-junit4 "0.0.38"]
Apache Buildr
'pl.mareklangiewicz:uspekx-junit4:jar:0.0.38'