1 8 package org.apache.avalon.excalibur.cache.store.test; 9 10 import org.apache.avalon.excalibur.cache.store.FlipSpacesStore; 11 import junit.framework.TestCase; 12 13 18 public class FlipSpacesStoreTestCase 19 extends AbstractCacheStoreTestCase 20 { 21 public FlipSpacesStoreTestCase( final String name ) 22 { 23 super( name ); 24 } 25 26 protected void setUp() 27 { 28 m_store = new FlipSpacesStore( 10 ); 29 } 30 } | Popular Tags |