You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by co...@apache.org on 2002/01/10 08:38:29 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache/test FlipSpacesCacheStoreTestCase.java

colus       02/01/09 23:38:29

  Added:       src/scratchpad/org/apache/avalon/excalibur/cache/test
                        FlipSpacesCacheStoreTestCase.java
  Log:
  Added FlipSpacesCacheStore.
  
  Submitted by: Larry Mccacy (lawrence_mccay-iii@hp.com)
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache/test/FlipSpacesCacheStoreTestCase.java
  
  Index: FlipSpacesCacheStoreTestCase.java
  ===================================================================
  /*
   * Copyright (C) The Apache Software Foundation. All rights reserved.
   *
   * This software is published under the terms of the Apache Software License
   * version 1.1, a copy of which has been included  with this distribution in
   * the LICENSE.txt file.
   */
  package org.apache.avalon.excalibur.cache.test;
  
  import org.apache.avalon.excalibur.cache.FlipSpacesCacheStore;
  import junit.framework.TestCase;
  
  /**
   * TestCase for FlipSpacesCacheStore.
   *
   * @author <a href="mailto:colus@apache.org">Eung-ju Park</a>
   */
  public class FlipSpacesCacheStoreTestCase
      extends AbstractCacheStoreTestCase
  {
      public FlipSpacesCacheStoreTestCase( final String name )
      {
          super( name );
      }
  
      protected void setUp()
      {
          m_store = new FlipSpacesCacheStore( 10 );
      }
  }
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>