org.apache.commons.vfs2.test
Class CacheTestSuite

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.extensions.TestDecorator
          extended by junit.extensions.TestSetup
              extended by org.apache.commons.vfs2.test.AbstractTestSuite
                  extended by org.apache.commons.vfs2.test.CacheTestSuite
All Implemented Interfaces:
junit.framework.Test

public class CacheTestSuite
extends AbstractTestSuite

The suite of tests for a file system.

Author:
Adam Murdoch, Gary D. Gregory

Field Summary
 
Fields inherited from class junit.extensions.TestDecorator
fTest
 
Constructor Summary
  CacheTestSuite(ProviderTestConfig providerConfig)
          Adds the tests for a file system to this suite.
protected CacheTestSuite(ProviderTestConfig providerConfig, String prefix, boolean nested)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.vfs2.test.AbstractTestSuite
addBaseTests, addTests, setUp, tearDown
 
Methods inherited from class junit.extensions.TestSetup
run
 
Methods inherited from class junit.extensions.TestDecorator
basicRun, countTestCases, getTest, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheTestSuite

public CacheTestSuite(ProviderTestConfig providerConfig)
               throws Exception
Adds the tests for a file system to this suite.

Throws:
Exception

CacheTestSuite

protected CacheTestSuite(ProviderTestConfig providerConfig,
                         String prefix,
                         boolean nested)
                  throws Exception
Throws:
Exception


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.