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