u

unittest-helper

Utility classes for unit testing, e.g, resolve the project dir via classpath
https://kazurayam.github.io/unittest-helper/
The Apache License, Version 2.0
URAYAMA,kazuaki
Files download
File Operation
unittest-helper-0.4.0.jar download
unittest-helper-0.4.0.pom download
unittest-helper-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kazurayam</groupId>
  <artifactId>unittest-helper</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.kazurayam:unittest-helper:0.4.0'
Gradle Kotlin
implementation("com.kazurayam:unittest-helper:0.4.0")
Scala SBT
libraryDependencies += "com.kazurayam" % "unittest-helper" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.kazurayam', module='unittest-helper', version='0.4.0')
)
Apache Ivy
<dependency org="com.kazurayam" name="unittest-helper" rev="0.4.0" />
Leiningen
[com.kazurayam/unittest-helper "0.4.0"]
Apache Buildr
'com.kazurayam:unittest-helper:jar:0.4.0'