Clover coverage report -
Coverage timestamp: Thu Jul 5 2007 20:02:32 EDT
file stats: LOC: 13   Methods: 1
NCLOC: 8   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
DummyInMemoryCacheLoaderTest.java - 100% 100% 100%
coverage
 1    package org.jboss.cache.loader;
 2   
 3    /**
 4    * Odd that we need a test for a test class, but if we intend to use the {@link org.jboss.cache.loader.DummyInMemoryCacheLoader} as a cache
 5    * loader stub then we need to make sure it behaves as a valid cache loader.
 6    */
 7    public class DummyInMemoryCacheLoaderTest extends CacheLoaderTestsBase
 8    {
 9  61 protected void configureCache() throws Exception
 10    {
 11  61 cache.getConfiguration().setCacheLoaderConfig(getSingleCacheLoaderConfig("", "org.jboss.cache.loader.DummyInMemoryCacheLoader", "", false, true, false));
 12    }
 13    }