s

specific-implementation-tester

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.
https://github.com/jsr107/jsr107tck
Files download
File Operation
specific-implementation-tester-1.0.0.jar download
specific-implementation-tester-1.0.0.pom download
specific-implementation-tester-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.cache</groupId>
  <artifactId>specific-implementation-tester</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'javax.cache:specific-implementation-tester:1.0.0'
Gradle Kotlin
implementation("javax.cache:specific-implementation-tester:1.0.0")
Scala SBT
libraryDependencies += "javax.cache" % "specific-implementation-tester" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='javax.cache', module='specific-implementation-tester', version='1.0.0')
)
Apache Ivy
<dependency org="javax.cache" name="specific-implementation-tester" rev="1.0.0" />
Leiningen
[javax.cache/specific-implementation-tester "1.0.0"]
Apache Buildr
'javax.cache:specific-implementation-tester:jar:1.0.0'