Rearranged cache test class names across several modules

This commit is contained in:
Juergen Hoeller
2015-11-26 16:30:44 +01:00
parent 331e739255
commit dd647659b3
11 changed files with 57 additions and 44 deletions

View File

@@ -24,7 +24,6 @@ import javax.cache.spi.CachingProvider;
* runs against EhCache 2.x with the EhCache-JCache add-on.
*
* @author Juergen Hoeller
* @since 4.2.1
*/
public class JCacheEhCache3AnnotationTests extends JCacheEhCacheAnnotationTests {

View File

@@ -25,7 +25,7 @@ import javax.cache.spi.CachingProvider;
*
* @author Stephane Nicoll
*/
public class JCacheEhcache3Tests extends JCacheEhCacheTests {
public class JCacheEhCache3ApiTests extends JCacheEhCacheApiTests {
@Override
protected CachingProvider getCachingProvider() {