org.apache.commons.vfs2.provider.webdav.test
Class WebdavProviderTestSuite

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.ProviderTestSuite
                      extended by org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestSuite
All Implemented Interfaces:
junit.framework.Test

public class WebdavProviderTestSuite
extends ProviderTestSuite

The suite of tests for a file system.

Author:
Commons VFS team

Field Summary
 
Fields inherited from class junit.extensions.TestDecorator
fTest
 
Constructor Summary
  WebdavProviderTestSuite(ProviderTestConfig providerConfig)
          Adds the tests for a file system to this suite.
  WebdavProviderTestSuite(ProviderTestConfig providerConfig, boolean addEmptyDir)
          Adds the tests for a file system to this suite.
protected WebdavProviderTestSuite(ProviderTestConfig providerConfig, String prefix, boolean nested, boolean addEmptyDir)
           
 
Method Summary
protected  void addBaseTests()
          Adds base tests - excludes the nested test cases.
 
Methods inherited from class org.apache.commons.vfs2.test.AbstractTestSuite
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

WebdavProviderTestSuite

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

Throws:
Exception

WebdavProviderTestSuite

public WebdavProviderTestSuite(ProviderTestConfig providerConfig,
                               boolean addEmptyDir)
                        throws Exception
Adds the tests for a file system to this suite. Provider has an empty directory.

Throws:
Exception

WebdavProviderTestSuite

protected WebdavProviderTestSuite(ProviderTestConfig providerConfig,
                                  String prefix,
                                  boolean nested,
                                  boolean addEmptyDir)
                           throws Exception
Throws:
Exception
Method Detail

addBaseTests

protected void addBaseTests()
                     throws Exception
Adds base tests - excludes the nested test cases.

Overrides:
addBaseTests in class ProviderTestSuite
Throws:
Exception


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