Rearranged cache test class names across several modules
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -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() {
|
||||
Reference in New Issue
Block a user