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