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