21222324252627
public static Test suite() { return new TestSuite( CacheTest.class ); } public void testCaches() throws Exception { doTestCache( new HashtableCacheProvider() ); }