Tests, that form part of the Technology Compatibility Kit for JSR107. You should be able to test an implementation by: 1. Adding the dependency 2. Configuring the JUnit test fixtures
'javax.cache:cache-tests:1.0.0'
<dependency> <groupId>javax.cache</groupId> <artifactId>cache-tests</artifactId> <version>1.0.0</version> </dependency>
<dependency org="javax.cache" name="cache-tests" rev="1.0.0"/>
"javax.cache", "cache-tests", "1.0.0"