1 16 package org.apache.commons.vfs.test; 17 18 19 25 public class CacheTestSuite 26 extends AbstractTestSuite 27 { 28 31 public CacheTestSuite(final ProviderTestConfig providerConfig) throws Exception  32 { 33 this(providerConfig, "", false); 34 } 35 36 protected CacheTestSuite(final ProviderTestConfig providerConfig, 37 final String prefix, 38 final boolean nested) 39 throws Exception  40 { 41 super(providerConfig, prefix, nested); 42 } 43 } 44 | Popular Tags |