vallado

A library that supports testing exceptions with Java 8 Lambdas. Can be used with JUnit and with TestNG.

License

License

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

vallado
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

vallado
A library that supports testing exceptions with Java 8 Lambdas. Can be used with JUnit and with TestNG.
Project URL

Project URL

http://stefanbirkner.github.io/vallado/
Source Code Management

Source Code Management

https://github.com/stefanbirkner/vallado/

Download vallado

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/vallado/ -->
<dependency>
    <groupId>com.github.stefanbirkner</groupId>
    <artifactId>vallado</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/vallado/
implementation 'com.github.stefanbirkner:vallado:1.0.0'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/vallado/
implementation ("com.github.stefanbirkner:vallado:1.0.0")
'com.github.stefanbirkner:vallado:jar:1.0.0'
<dependency org="com.github.stefanbirkner" name="vallado" rev="1.0.0">
  <artifact name="vallado" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='vallado', version='1.0.0')
)
libraryDependencies += "com.github.stefanbirkner" % "vallado" % "1.0.0"
[com.github.stefanbirkner/vallado "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.9
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Vallado

Build Status

A library that supports testing exceptions with Java 8 Lambdas. Can be used with JUnit and with TestNG.

Versions

Version
1.0.0