Vallado
A library that supports testing exceptions with Java 8 Lambdas. Can be used with JUnit and with TestNG.
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.stefanbirkner |
| ArtifactId | ArtifactIdvallado |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvallado
A library that supports testing exceptions with Java 8 Lambdas. Can be used with
JUnit and with TestNG.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vallado-1.0.0.pom | |
| vallado-1.0.0.jar | 6 KB |
| vallado-1.0.0-sources.jar | 4 KB |
| vallado-1.0.0-javadoc.jar | 40 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
A library that supports testing exceptions with Java 8 Lambdas. Can be used with JUnit and with TestNG.