1 5 package org.exoplatform.services.cache.test; 6 7 import org.exoplatform.services.cache.*; 8 import org.exoplatform.services.cache.impl.*; 9 16 public class TestSimpleCacheService extends BaseCacheTest { 17 18 public TestSimpleCacheService(String name) { 19 super(name); 20 } 21 22 public void setUp() throws Exception { 23 service_ = new SimpleCacheService() ; 24 } 25 26 protected String getDescription() { 27 return "Test Simple cache Service" ; 28 } 29 } 30 | Popular Tags |