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