j

junit-lambda

JUnit extensions that make use of Java 8 lambdas.
https://github.com/marschall/junit-lambda
MIT
Philippe Marschall
Files download
File Operation
junit-lambda-0.3.0.jar download
junit-lambda-0.3.0.pom download
junit-lambda-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>junit-lambda</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:junit-lambda:0.3.0'
Gradle Kotlin
implementation("com.github.marschall:junit-lambda:0.3.0")
Scala SBT
libraryDependencies += "com.github.marschall" % "junit-lambda" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='junit-lambda', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.marschall" name="junit-lambda" rev="0.3.0" />
Leiningen
[com.github.marschall/junit-lambda "0.3.0"]
Apache Buildr
'com.github.marschall:junit-lambda:jar:0.3.0'
Dependencies

provided

|-- junit:junit:4.12