a

approvaltests-parent

Unit testing asserts can be difficult to use. Approval tests simplify this by taking a snapshot of the results, and confirming that they have not changed.
http://approvaltests.com/
The Apache License, Version 2.0
Llewellyn Falco Emily Bache
Files download
File Operation
approvaltests-parent-23.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.approvaltests</groupId>
  <artifactId>approvaltests-parent</artifactId>
  <version>23.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.approvaltests:approvaltests-parent:23.1.0'
Gradle Kotlin
implementation("com.approvaltests:approvaltests-parent:23.1.0")
Scala SBT
libraryDependencies += "com.approvaltests" % "approvaltests-parent" % "23.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.approvaltests', module='approvaltests-parent', version='23.1.0')
)
Apache Ivy
<dependency org="com.approvaltests" name="approvaltests-parent" rev="23.1.0" />
Leiningen
[com.approvaltests/approvaltests-parent "23.1.0"]
Apache Buildr
'com.approvaltests:approvaltests-parent:jar:23.1.0'
Dependencies
The project has no third-party dependencies