Last Version

Approvals-Java 0.12.0

Approval testing library for Java. Alleviates the burden of hand-writing assertions.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.writethemfirst
ArtifactId

ArtifactId

approvals-java
Version

Version

0.12.0
Type

Type

jar
Description

Description

Approvals-Java
Approval testing library for Java. Alleviates the burden of hand-writing assertions.
Project URL

Project URL

https://github.com/WriteThemFirst/approvals-java/
Project Organization

Project Organization

Write Them First!
Source Code Management

Source Code Management

https://github.com/WriteThemFirst/approvals-java

Download approvals-java 0.12.0


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

Dependencies

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
org.junit.jupiter : junit-jupiter-api jar 5.5.2
io.github.glytching : junit-extensions jar 2.3.0
org.assertj : assertj-core jar 3.13.2
com.alibaba : fastjson jar 1.2.62
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.