License |
License |
---|---|
GroupId | GroupIdcom.approvaltests |
ArtifactId | ArtifactIdCounterDisplay |
Last Version | Last Version15.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnit 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.
|
Filename | Size |
---|---|
CounterDisplay-15.8.0.pom | |
CounterDisplay-15.8.0.jar | 4 KB |
CounterDisplay-15.8.0-sources.jar | 2 KB |
CounterDisplay-15.8.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.approvaltests/CounterDisplay/ -->
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>CounterDisplay</artifactId>
<version>15.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.approvaltests/CounterDisplay/
implementation 'com.approvaltests:CounterDisplay:15.8.0'
// https://jarcasting.com/artifacts/com.approvaltests/CounterDisplay/
implementation ("com.approvaltests:CounterDisplay:15.8.0")
'com.approvaltests:CounterDisplay:jar:15.8.0'
<dependency org="com.approvaltests" name="CounterDisplay" rev="15.8.0">
<artifact name="CounterDisplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.approvaltests', module='CounterDisplay', version='15.8.0')
)
libraryDependencies += "com.approvaltests" % "CounterDisplay" % "15.8.0"
[com.approvaltests/CounterDisplay "15.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.approvaltests : approvaltests-util | jar | 15.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |