| License |
License |
|---|---|
| GroupId | GroupIdcom.approvaltests |
| ArtifactId | ArtifactIdapprovaltests-parent |
| Last Version | Last Version15.8.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApprovalTests.Java
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| approvaltests-parent-15.8.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.approvaltests/approvaltests-parent/ -->
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests-parent</artifactId>
<version>15.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.approvaltests/approvaltests-parent/
implementation 'com.approvaltests:approvaltests-parent:15.8.0'
// https://jarcasting.com/artifacts/com.approvaltests/approvaltests-parent/
implementation ("com.approvaltests:approvaltests-parent:15.8.0")
'com.approvaltests:approvaltests-parent:pom:15.8.0'
<dependency org="com.approvaltests" name="approvaltests-parent" rev="15.8.0">
<artifact name="approvaltests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.approvaltests', module='approvaltests-parent', version='15.8.0')
)
libraryDependencies += "com.approvaltests" % "approvaltests-parent" % "15.8.0"
[com.approvaltests/approvaltests-parent "15.8.0"]