Implementation Tester - Specific Implementation

Wires together cache-tests with the RI implementation and runs JUnit against them. Create a similar module for each new implementation you wish to test. See README.md for details.

License

License

GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

specific-implementation-tester
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Implementation Tester - Specific Implementation
Wires together cache-tests with the RI implementation and runs JUnit against them. Create a similar module for each new implementation you wish to test. See README.md for details.
Project URL

Project URL

https://github.com/jsr107/jsr107tck

Download specific-implementation-tester

How to add to project

<!-- https://jarcasting.com/artifacts/javax.cache/specific-implementation-tester/ -->
<dependency>
    <groupId>javax.cache</groupId>
    <artifactId>specific-implementation-tester</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/specific-implementation-tester/
implementation 'javax.cache:specific-implementation-tester:1.1.1'
// https://jarcasting.com/artifacts/javax.cache/specific-implementation-tester/
implementation ("javax.cache:specific-implementation-tester:1.1.1")
'javax.cache:specific-implementation-tester:jar:1.1.1'
<dependency org="javax.cache" name="specific-implementation-tester" rev="1.1.1">
  <artifact name="specific-implementation-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='specific-implementation-tester', version='1.1.1')
)
libraryDependencies += "javax.cache" % "specific-implementation-tester" % "1.1.1"
[javax.cache/specific-implementation-tester "1.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
${implementation-groupId} » ${implementation-artifactId} jar ${implementation-version}
javax.cache : cache-tests jar 1.1.1

test (3)

Group / Artifact Type Version
javax.cache : cache-tests jar 1.1.1
org.hamcrest : hamcrest-library jar 1.2
log4j : log4j jar 1.2.16

Project Modules

There are no modules declared in this project.
javax.cache

JSR107 - Java Caching

Versions

Version
1.1.1
1.1.0
1.0.1
1.0.0
1.0.0-RC1